Wrong sign here

This commit is contained in:
Sally Cochenour 2020-03-03 15:41:03 -05:00
parent 597e6820b6
commit 8a19f6f208

View file

@ -5880,7 +5880,7 @@ static waypoint_t *K_GetPlayerNextWaypoint(player_t *player, boolean closest)
}
}
if (P_IsObjectOnGround(player->mo))
if (!P_IsObjectOnGround(player->mo))
{
updaterespawn = false;
}