mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
@@ -683,7 +683,7 @@ void footpath_interrupt_peeps(int x, int y, int z)
|
||||
nextSpriteIndex = peep->next_in_quadrant;
|
||||
if (peep->linked_list_type_offset == SPRITE_LINKEDLIST_OFFSET_PEEP) {
|
||||
if (peep->state == PEEP_STATE_SITTING || peep->state == PEEP_STATE_WATCHING) {
|
||||
if (peep->z == 0) {
|
||||
if (peep->z == z) {
|
||||
peep_decrement_num_riders(peep);
|
||||
peep->state = PEEP_STATE_WALKING;
|
||||
peep_window_state_update(peep);
|
||||
|
||||
Reference in New Issue
Block a user