1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

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

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;