mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Merge branch 'twerk-b-gone-gaiden' into 'master'
Fix fastfall lockout not occurring if you were actually fastfalling See merge request KartKrew/Kart!1283
This commit is contained in:
commit
ab277de862
1 changed files with 1 additions and 0 deletions
|
|
@ -10269,6 +10269,7 @@ static void K_KartSpindash(player_t *player)
|
|||
else if (player->fastfall != 0)
|
||||
{
|
||||
// Still handling fast-fall bounce.
|
||||
player->pflags |= PF_NOFASTFALL;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue