1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

New string ids for scenario select screen.

This commit is contained in:
Aaron van Geffen
2015-12-26 18:32:18 +09:00
committed by IntelOrca
parent f89d9c9695
commit 448d4fb657
2 changed files with 26 additions and 0 deletions

View File

@@ -2240,6 +2240,20 @@ enum {
STR_NOTIFICATION_GUEST_USED_FACILITY = 5605,
STR_NOTIFICATION_GUEST_DIED = 5606,
STR_SCENARIO_CATEGORY_RCT1_CLASSIC = 5619,
STR_SCENARIO_CATEGORY_RCT1_CF = 5620,
STR_SCENARIO_CATEGORY_RCT1_LL = 5621,
STR_SCENARIO_CATEGORY_RCT2_VANILLA = 5622,
STR_SCENARIO_CATEGORY_RCT2_WW = 5623,
STR_SCENARIO_CATEGORY_RCT2_TT = 5624,
STR_SCENARIO_CATEGORY_REAL_PARKS = 5625,
STR_SCENARIO_CATEGORY_OTHER_PARKS = 5626,
STR_OPTIONS_SCENARIO_GROUPING = 5627,
STR_OPTIONS_SCENARIO_ORIGIN = 5628,
STR_OPTIONS_SCENARIO_DIFFICULTY = 5629,
STR_OPTIONS_SCENARIO_UNLOCKING = 5630,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};