1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

Fix comparison highlighted by clang (#3614)

This commit is contained in:
janisozaur
2016-05-15 16:20:33 +02:00
committed by Ted John
parent 6c6be817e7
commit 3a6978a9aa

View File

@@ -7550,7 +7550,7 @@ loc_6DC743:
for (;;) {
moveInfo = vehicle_get_move_info(vehicle->var_CD, vehicle->track_type, vehicle->track_progress);
if (moveInfo->x != (uint16)0x8000) {
if (moveInfo->x != (sint16)0x8000) {
break;
}
switch (moveInfo->y) {