Add log_verbose for vehicle entries with broken peep loading positions

This commit is contained in:
Gymnasiast 2019-04-22 23:27:25 +02:00
parent 89f591ffcb
commit 6d3eca31fd
1 changed files with 6 additions and 0 deletions

View File

@ -4049,6 +4049,12 @@ void Guest::UpdateRideLeaveVehicle()
break;
}
}
else
{
log_verbose(
"current_seat %d is too large! (Vehicle entry has room for %d.)", current_seat,
vehicle_entry->peep_loading_positions.size());
}
platformLocation.z = ride->stations[current_ride_station].Height * 8;