Forwardmove also returns negative values, Oops

This commit is contained in:
Ashnal 2024-05-04 22:50:37 -04:00 committed by James R
parent d1ec829d5f
commit f1210cec17

View file

@ -12617,7 +12617,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
if (
player->pflags & PF_AUTORING
&& leveltime > starttime
&& K_GetForwardMove(player)
&& K_GetForwardMove(player) > 0
&& P_IsObjectOnGround(player->mo)
)
{