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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user