diff --git a/src/openrct2/peep/Guest.cpp b/src/openrct2/peep/Guest.cpp index 1a53c0aa94..d8da085d8a 100644 --- a/src/openrct2/peep/Guest.cpp +++ b/src/openrct2/peep/Guest.cpp @@ -5056,6 +5056,7 @@ void Guest::UpdateRideLeaveExit() MoveTo((*loc).x, (*loc).y, ride->stations[current_ride_station].Height * 8); Invalidate(); } + return; } OnExitRide(current_ride);