mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Decompiled PEEP_STATE_QUEUING
This commit is contained in:
@@ -1098,7 +1098,7 @@ void window_guest_overview_update(rct_window* w){
|
||||
int rand = scenario_rand() & 0xFFFF;
|
||||
if (rand <= 0x2AAA){
|
||||
rct_peep* peep = GET_PEEP(w->number);
|
||||
RCT2_CALLPROC_X(0x699F5A, 0xFF47, 0, 0, 0, (int)peep, 0, 0);
|
||||
RCT2_CALLPROC_X(0x699F5A, 0xFF00 | PEEP_THOUGHT_TYPE_WATCHED, 0, 0, 0, (int)peep, 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user