1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Fix #3566: Implement bugfix in GOG/Steam version of original (#3643)

This commit is contained in:
Yaroslav Tretyakov
2016-05-17 11:08:24 -06:00
committed by Ted John
parent cc0c3cc077
commit 384b58bc68

View File

@@ -953,7 +953,7 @@ void vehicle_sprite_paint_6D51DE(rct_vehicle *vehicle, int ebx, int z, const rct
vehicle_sprite_paint_6D51EB(vehicle, ebx, z, vehicleEntry);
return;
}
if (ebx & 3) {
if (ebx & 7) {
vehicle_sprite_paint_6D51EB(vehicle, ebx, z, vehicleEntry);
return;
}