1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

allow trees to be raised if supports limits are disabled, close #1663

This commit is contained in:
IntelOrca
2015-07-23 18:55:51 +01:00
parent 1662b18a7e
commit faacd66ad9
2 changed files with 2 additions and 2 deletions

View File

@@ -947,7 +947,7 @@ void sub_6E1F34(sint16 x, sint16 y, uint16 selected_scenery, sint16* grid_x, sin
type = 1;
}
if (type == 0){
if (type == 0 && !gCheatsDisableSupportLimits) {
RCT2_GLOBAL(RCT2_ADDRESS_SCENERY_TOOL_CTRL_PRESSED, uint8) = 0;
RCT2_GLOBAL(RCT2_ADDRESS_SCENERY_TOOL_SHIFT_PRESSED, uint8) = 0;
}