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

allow disable clearance checks for footpaths

This commit is contained in:
IntelOrca
2015-07-02 19:25:04 +01:00
parent 529a4da8e3
commit c80475f7db
2 changed files with 10 additions and 6 deletions

View File

@@ -1774,6 +1774,13 @@ enum {
STR_SHORTCUT_TOGGLE_VISIBILITY_OF_TOOLBARS = 5452,
STR_SELECT_OTHER_RIDE = 5453,
STR_ENABLE_SANDBOX_MODE = 5455,
STR_DISABLE_CLEARANCE_CHECKS = 5456,
STR_DISABLE_SUPPORT_LIMITS = 5457,
STR_SHORTCUT_ROTATE_VIEW_ANTICLOCKWISE = 5460,
STR_CHEAT_SET_GUESTS_PARAMETERS = 5461,
STR_CHEAT_CURRENCY_FORMAT = 5462,
STR_CHEAT_HAVE_FUN = 5463,
@@ -1781,12 +1788,6 @@ enum {
STR_CHEAT_CLIMATE_GROUP = 5465,
STR_CHEAT_STAFF_GROUP = 5466,
STR_SHORTCUT_ROTATE_VIEW_ANTICLOCKWISE = 5460,
STR_ENABLE_SANDBOX_MODE = 5455,
STR_DISABLE_CLEARANCE_CHECKS = 5456,
STR_DISABLE_SUPPORT_LIMITS = 5457,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};