Fix #9878. Prevent peeps from aimlessly wanderings/drowing when exiting rides.

Mistake made whilst refactoring
This commit is contained in:
duncanspumpkin 2019-08-15 20:24:01 +01:00
parent 3da62e4697
commit 9721b8a1bb
1 changed files with 1 additions and 0 deletions

View File

@ -5056,6 +5056,7 @@ void Guest::UpdateRideLeaveExit()
MoveTo((*loc).x, (*loc).y, ride->stations[current_ride_station].Height * 8);
Invalidate();
}
return;
}
OnExitRide(current_ride);