1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Implement more peep path finding

This commit is contained in:
IntelOrca
2015-07-25 19:24:21 +01:00
committed by Duncan Frost
parent 065b9bedbd
commit 3a07af140b
5 changed files with 542 additions and 71 deletions

View File

@@ -419,6 +419,7 @@ static void window_guest_list_scrollgetsize(rct_window *w, int scrollIndex, int
}
w->var_492 = numGuests;
y = numGuests * 10;
RCT2_GLOBAL(0x00F1EE09, uint32) = numGuests;
break;
case PAGE_SUMMARISED:
// Find the groups
@@ -428,7 +429,6 @@ static void window_guest_list_scrollgetsize(rct_window *w, int scrollIndex, int
break;
}
RCT2_GLOBAL(0x00F1EE09, uint32) = numGuests;
i = _window_guest_list_selected_page;
for (i = _window_guest_list_selected_page - 1; i >= 0; i--)
y -= 0x7BF2;