Reset fast falling in P_ResetPlayer

Resets it for springs
This commit is contained in:
Sally Coolatta 2022-09-05 10:58:50 -04:00
parent eb7e2287c4
commit 38dc572699

View file

@ -473,6 +473,7 @@ void P_ResetPlayer(player_t *player)
//player->drift = player->driftcharge = 0;
player->trickpanel = 0;
player->glanceDir = 0;
player->fastfall = 0;
}
//