1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

errorfix guest_list

This commit is contained in:
Rune Laenen
2015-10-02 13:49:13 +02:00
parent 1b5e55d346
commit 7ac930c318

View File

@@ -865,7 +865,7 @@ static void window_guest_list_find_groups()
// Find more peeps that belong to same group
FOR_ALL_GUESTS(spriteIndex2, peep2) {
if (peep2->var_2A != 0 || !(peep2->var_0C & (1 << 8)))
if (peep2->outside_of_park != 0 || !(peep2->var_0C & (1 << 8)))
continue;
uint32 argument1, argument2;