mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Define CableLiftVehicle structure
This commit is contained in:
@@ -894,7 +894,7 @@ void viewport_vehicle_paint_setup(rct_vehicle *vehicle, int imageDirection)
|
||||
}
|
||||
|
||||
if (vehicle->ride_subtype == 0xFF) {
|
||||
vehicleEntry = (rct_ride_type_vehicle*)0x009DE232;
|
||||
vehicleEntry = &CableLiftVehicle;
|
||||
} else {
|
||||
rideEntry = GET_RIDE_ENTRY(vehicle->ride_subtype);
|
||||
vehicleEntry = &rideEntry->vehicles[vehicle->vehicle_type];
|
||||
|
||||
Reference in New Issue
Block a user