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:
James R 2023-06-13 01:45:40 +00:00
commit ab277de862

View file

@ -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;
}