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

Add cheat to disable vandalism

This commit is contained in:
Gymnasiast
2015-08-31 11:12:15 +02:00
parent dd5d607724
commit 2ff3e33e3e
6 changed files with 29 additions and 11 deletions

View File

@@ -2073,6 +2073,9 @@ enum {
STR_SAVE_GAME_AS = 5512,
STR_SHORTCUT_QUICK_SAVE_GAME = 5513,
STR_CHEAT_DISABLE_VANDALISM = 5514,
STR_CHEAT_DISABLE_VANDALISM_TIP = 5515,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};