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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user