mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 08:44:25 +00:00
Fix typo preventing reversing from working
This commit is contained in:
parent
85c03a51d6
commit
9475c80b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -1165,7 +1165,7 @@ static INT32 K_HandleBotReverse(player_t *player, ticcmd_t *cmd, botprediction_t
|
|||
}
|
||||
|
||||
if (player->nextwaypoint == NULL
|
||||
|| player->nextwaypoint->mobj != NULL
|
||||
|| player->nextwaypoint->mobj == NULL
|
||||
|| P_MobjWasRemoved(player->nextwaypoint->mobj))
|
||||
{
|
||||
// No data available...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue