From 228628b702ac3dddbbb62ddab41cdf69e3219757 Mon Sep 17 00:00:00 2001 From: duncanspumpkin Date: Sun, 21 Apr 2019 19:59:37 +0100 Subject: [PATCH] Undo 2nd mistake --- src/openrct2/peep/Guest.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/openrct2/peep/Guest.cpp b/src/openrct2/peep/Guest.cpp index 6de0a9e2ab..6d19e463a0 100644 --- a/src/openrct2/peep/Guest.cpp +++ b/src/openrct2/peep/Guest.cpp @@ -4028,12 +4028,6 @@ void Guest::UpdateRideLeaveVehicle() platformLocation.x = vehicle->x + word_981D6C[platformLocation.direction].x * 12; platformLocation.y = vehicle->y + word_981D6C[platformLocation.direction].y * 12; - if (vehicle_entry->peep_loading_positions.empty()) - { - - log_error("Failed seating. %s", language_get_string(rideEntry->naming.name)); - } - int8_t loadPosition = vehicle_entry->peep_loading_positions[current_seat]; switch (vehicle->sprite_direction / 8)