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

add DLC and Build your own scenario classification

This commit is contained in:
IntelOrca
2016-01-02 20:40:24 +00:00
parent a4e919b023
commit ededc82cba
8 changed files with 103 additions and 45 deletions

View File

@@ -2254,6 +2254,9 @@ enum {
STR_OPTIONS_SCENARIO_DIFFICULTY = 5629,
STR_OPTIONS_SCENARIO_UNLOCKING = 5630,
STR_DLC_PARKS = 5631,
STR_BUILD_YOUR_OWN_PARKS = 5632,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};