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

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) {