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

Use string IDs for all currencies

This commit is contained in:
Gymnasiast
2015-11-08 12:41:55 +01:00
parent 4e5b8a1a19
commit eed070bde0
2 changed files with 16 additions and 12 deletions

View File

@@ -2166,6 +2166,9 @@ enum {
STR_MAX_PLAYERS = 5575,
STR_PORT = 5576,
STR_WON = 5577,
STR_ROUBLE = 5578,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};