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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user