mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Sort string table when loading strings from JSON
This commit is contained in:
@@ -360,6 +360,7 @@ namespace ObjectJsonHelpers
|
||||
}
|
||||
}
|
||||
}
|
||||
stringTable.Sort();
|
||||
}
|
||||
|
||||
void LoadImages(IReadObjectContext * context, const json_t * root, ImageTable &imageTable)
|
||||
|
||||
Reference in New Issue
Block a user