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
1 changed files with 1 additions and 1 deletions

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;
}