1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

finish partial support for language loading... new string test in cheat window

This commit is contained in:
IntelOrca
2014-08-08 18:47:28 +01:00
parent 045cef2e0a
commit cc93e6b7db
3 changed files with 166 additions and 93 deletions

View File

@@ -760,7 +760,8 @@ enum {
STR_PAGE_4 = STR_PAGE_1 + 3,
STR_PAGE_5 = STR_PAGE_1 + 4,
STR_COUNT = 4000
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};
#endif