mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Wrong sign here
This commit is contained in:
parent
597e6820b6
commit
8a19f6f208
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue