1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Define CableLiftVehicle structure

This commit is contained in:
duncanspumpkin
2015-10-18 14:01:16 +01:00
parent f512c5fad0
commit 3ee518bf87
3 changed files with 45 additions and 1 deletions

View File

@@ -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];