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

add better disable clearance cheat

This commit is contained in:
IntelOrca
2015-06-26 22:40:09 +01:00
parent fbf3d6af76
commit d5ffaefdf0
13 changed files with 117 additions and 42 deletions

View File

@@ -1783,6 +1783,9 @@ enum {
STR_SHORTCUT_ROTATE_VIEW_ANTICLOCKWISE = 5460,
STR_DISABLE_CLEARANCE_CHECKS = 5455,
STR_DISABLE_SUPPORT_LIMITS = 5456,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};