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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user