mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 23:33:04 +01:00
allow disable clearance checks for footpaths
This commit is contained in:
@@ -3791,6 +3791,7 @@ STR_5454 :Uncap FPS
|
|||||||
STR_5455 :Enable sandbox mode
|
STR_5455 :Enable sandbox mode
|
||||||
STR_5456 :Disable clearance checks
|
STR_5456 :Disable clearance checks
|
||||||
STR_5457 :Disable support limits
|
STR_5457 :Disable support limits
|
||||||
|
<<<<<<< HEAD
|
||||||
STR_5458 :Rotate clockwise
|
STR_5458 :Rotate clockwise
|
||||||
STR_5459 :Rotate anti-clockwise
|
STR_5459 :Rotate anti-clockwise
|
||||||
STR_5460 :Rotate view anti-clockwise
|
STR_5460 :Rotate view anti-clockwise
|
||||||
@@ -3800,3 +3801,5 @@ STR_5463 :Goal: Have fun!
|
|||||||
STR_5464 :General
|
STR_5464 :General
|
||||||
STR_5465 :Climate
|
STR_5465 :Climate
|
||||||
STR_5466 :Staff
|
STR_5466 :Staff
|
||||||
|
=======
|
||||||
|
>>>>>>> allow disable clearance checks for footpaths
|
||||||
|
|||||||
@@ -1774,6 +1774,13 @@ enum {
|
|||||||
STR_SHORTCUT_TOGGLE_VISIBILITY_OF_TOOLBARS = 5452,
|
STR_SHORTCUT_TOGGLE_VISIBILITY_OF_TOOLBARS = 5452,
|
||||||
|
|
||||||
STR_SELECT_OTHER_RIDE = 5453,
|
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_SET_GUESTS_PARAMETERS = 5461,
|
||||||
STR_CHEAT_CURRENCY_FORMAT = 5462,
|
STR_CHEAT_CURRENCY_FORMAT = 5462,
|
||||||
STR_CHEAT_HAVE_FUN = 5463,
|
STR_CHEAT_HAVE_FUN = 5463,
|
||||||
@@ -1781,12 +1788,6 @@ enum {
|
|||||||
STR_CHEAT_CLIMATE_GROUP = 5465,
|
STR_CHEAT_CLIMATE_GROUP = 5465,
|
||||||
STR_CHEAT_STAFF_GROUP = 5466,
|
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
|
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
|
||||||
STR_COUNT = 32768
|
STR_COUNT = 32768
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user