mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
committed by
Ted John
parent
6df1b9ac98
commit
9c9f1189c6
@@ -938,7 +938,7 @@ void vehicle_sprite_paint_6D51EB(rct_vehicle *vehicle, int ebx, int z, const rct
|
||||
if (vehicleEntry->sprite_flags & VEHICLE_SPRITE_FLAG_15) {
|
||||
ebx = ebx / 8;
|
||||
}
|
||||
ebx = (ebx * vehicleEntry->var_16) + vehicleEntry->base_image_id;
|
||||
ebx = (ebx * vehicleEntry->var_16) + vehicle->var_4A + vehicleEntry->base_image_id;
|
||||
vehicle_sprite_paint(vehicle, ebx, ecx, z, vehicleEntry);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user