1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Add Inventions List and Scenario Options to the Debug menu

This commit is contained in:
Gymnasiast
2015-08-12 15:31:52 +02:00
parent e53aebc904
commit d01a53bd16
3 changed files with 17 additions and 2 deletions

View File

@@ -2027,6 +2027,9 @@ enum {
STR_AUDIO_FOCUS = 5490,
STR_DEBUG_DROPDOWN_INVENTIONS_LIST = 5491,
STR_DEBUG_DROPDOWN_SCENARIO_OPTIONS = 5492,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};