mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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;
|
updaterespawn = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue