1
0
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:
Ted John
2016-09-10 17:46:34 +01:00
parent d1801f860b
commit 20c35b10eb
8 changed files with 29 additions and 27 deletions

View File

@@ -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;
}