1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 11:15:13 +01:00

added bin call

This commit is contained in:
Duncan Frost
2015-01-02 18:11:22 +00:00
parent aa89692d88
commit e5f8e45a71

View File

@@ -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);
}