Undo 2nd mistake

This commit is contained in:
duncanspumpkin 2019-04-21 19:59:37 +01:00
parent 90a04e2758
commit 228628b702
1 changed files with 0 additions and 6 deletions

View File

@ -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)