Fix typo preventing reversing from working

This commit is contained in:
Sally Coolatta 2022-03-31 15:45:18 -04:00
parent 85c03a51d6
commit 9475c80b9a

View file

@ -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...