Merge branch 'master' of https://github.com/huderlem/porymap into slam

This commit is contained in:
garak
2024-01-12 15:57:56 -05:00
11 changed files with 678 additions and 579 deletions

View File

@@ -137,6 +137,7 @@ QStringList Map::getScriptLabels(Event::Group group) const {
// Add scripts from map's scripts file, and empty names.
scriptLabels.append(scriptsFileLabels);
scriptLabels.sort(Qt::CaseInsensitive);
scriptLabels.prepend("0x0");
scriptLabels.prepend("NULL");