errorfix guest_list

This commit is contained in:
Rune Laenen 2015-10-02 13:49:13 +02:00
parent 1b5e55d346
commit 7ac930c318
1 changed files with 1 additions and 1 deletions

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;