Skip to content

Commit

Permalink
Merge pull request #9880 from duncanspumpkin/fix_9878
Browse files Browse the repository at this point in the history
Fix #9878. Prevent peeps from aimlessly wanderings/drowing
  • Loading branch information
duncanspumpkin committed Aug 15, 2019
2 parents 3da62e4 + 9721b8a commit 6d99425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openrct2/peep/Guest.cpp
Expand Up @@ -5056,6 +5056,7 @@ void Guest::UpdateRideLeaveExit()
MoveTo((*loc).x, (*loc).y, ride->stations[current_ride_station].Height * 8);
Invalidate();
}
return;
}

OnExitRide(current_ride);
Expand Down

0 comments on commit 6d99425

Please sign in to comment.