mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
@@ -691,7 +691,10 @@ private:
|
||||
{
|
||||
auto peep = GET_PEEP(spriteIndex);
|
||||
spriteIndex = peep->next;
|
||||
peep->Remove();
|
||||
if (peep->type == PEEP_TYPE_GUEST)
|
||||
{
|
||||
peep->Remove();
|
||||
}
|
||||
}
|
||||
|
||||
window_invalidate_by_class(WC_RIDE);
|
||||
|
||||
Reference in New Issue
Block a user