mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Fix #9878. Prevent peeps from aimlessly wanderings/drowing when exiting rides.
Mistake made whilst refactoring
This commit is contained in:
@@ -5056,6 +5056,7 @@ void Guest::UpdateRideLeaveExit()
|
||||
MoveTo((*loc).x, (*loc).y, ride->stations[current_ride_station].Height * 8);
|
||||
Invalidate();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
OnExitRide(current_ride);
|
||||
|
||||
Reference in New Issue
Block a user