1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Sort string table when loading strings from JSON

This commit is contained in:
Ted John
2018-03-19 17:02:48 +00:00
committed by Gymnasiast
parent baedac2810
commit be000f9ba6

View File

@@ -360,6 +360,7 @@ namespace ObjectJsonHelpers
} }
} }
} }
stringTable.Sort();
} }
void LoadImages(IReadObjectContext * context, const json_t * root, ImageTable &imageTable) void LoadImages(IReadObjectContext * context, const json_t * root, ImageTable &imageTable)