mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 11:15:13 +01:00
added bin call
This commit is contained in:
@@ -1376,7 +1376,9 @@ static void peep_update_walking(rct_peep* peep){
|
||||
peep_check_cant_find_exit(peep);
|
||||
|
||||
if (peep_update_walking_find_bench(peep))return;
|
||||
//690737
|
||||
|
||||
if (peep_update_walking_find_bin(peep))return;
|
||||
//690848
|
||||
RCT2_CALLPROC_X(0x0069030A, 0, 0, 0, 0, (int)peep, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user