From 7ac930c3180d89dfa5893e033b4d767f207f09fc Mon Sep 17 00:00:00 2001 From: Rune Laenen Date: Fri, 2 Oct 2015 13:49:13 +0200 Subject: [PATCH] errorfix guest_list --- src/windows/guest_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/guest_list.c b/src/windows/guest_list.c index 6a42012c46..3f3bd0cd2f 100644 --- a/src/windows/guest_list.c +++ b/src/windows/guest_list.c @@ -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;