1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Added cheat to edit land ownership settings in-game

This commit is contained in:
Gymnasiast
2015-06-07 12:45:55 +02:00
parent 00d8b2c463
commit c15da4370a
6 changed files with 41 additions and 6 deletions

View File

@@ -1476,6 +1476,10 @@ enum {
STR_GIANT_SCREENSHOT = 5260,
STR_CHEAT_INGAME_LAND_OWNERSHIP_EDITOR = 5278,
STR_CHEAT_INGAME_LAND_OWNERSHIP_EDITOR_DISABLE = 5279,
STR_CHEAT_INGAME_LAND_OWNERSHIP_EDITOR_TIP = 5280,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};