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

Fix small bug introduced

This commit is contained in:
duncanspumpkin
2015-12-15 22:36:07 +00:00
parent 94f94d038c
commit 606014dfe6

View File

@@ -6265,7 +6265,7 @@ loc_6DB706:;
if (y != unk_F64E20->y) { regs.ebx |= 2; }
if (z != unk_F64E20->z) { regs.ebx |= 4; }
if (vehicle->var_CD == 15 &&
(trackType >= TRACK_ELEM_LEFT_REVERSER ||
(trackType == TRACK_ELEM_LEFT_REVERSER ||
trackType == TRACK_ELEM_RIGHT_REVERSER) &&
vehicle->track_progress >= 30 &&
vehicle->track_progress <= 66
@@ -6274,7 +6274,7 @@ loc_6DB706:;
}
if (vehicle->var_CD == 16 &&
(trackType >= TRACK_ELEM_LEFT_REVERSER ||
(trackType == TRACK_ELEM_LEFT_REVERSER ||
trackType == TRACK_ELEM_RIGHT_REVERSER) &&
vehicle->track_progress == 96
) {