mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-20 20:41:10 +00:00
Kill wavedash charge when hit
This commit is contained in:
parent
553940e192
commit
207dd964f4
1 changed files with 1 additions and 0 deletions
|
|
@ -9207,6 +9207,7 @@ static void K_KartDrift(player_t *player, boolean onground)
|
|||
{
|
||||
// Stop drifting
|
||||
player->drift = player->driftcharge = player->aizdriftstrat = 0;
|
||||
player->sliptideZip = 0;
|
||||
player->pflags &= ~(PF_BRAKEDRIFT|PF_GETSPARKS);
|
||||
}
|
||||
else if ((player->pflags & PF_DRIFTINPUT) && player->drift != 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue