mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Reset fast falling in P_ResetPlayer
Resets it for springs
This commit is contained in:
parent
eb7e2287c4
commit
38dc572699
1 changed files with 1 additions and 0 deletions
|
|
@ -473,6 +473,7 @@ void P_ResetPlayer(player_t *player)
|
|||
//player->drift = player->driftcharge = 0;
|
||||
player->trickpanel = 0;
|
||||
player->glanceDir = 0;
|
||||
player->fastfall = 0;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue