mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Integrate variables in park.c
This commit is contained in:
@@ -351,7 +351,9 @@ static void window_map_mouseup(rct_window *w, int widgetIndex)
|
||||
break;
|
||||
|
||||
gLandToolSize = 0;
|
||||
if (gPeepSpawns[0].x != UINT16_MAX && RCT2_GLOBAL(0x13573F8, sint16) != -1) {
|
||||
if (gPeepSpawns[0].x != UINT16_MAX &&
|
||||
gPeepSpawns[1].x != UINT16_MAX
|
||||
) {
|
||||
gLandToolSize = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user