mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Set flashing tics to 0 after boosting
This commit is contained in:
parent
eb55cddd35
commit
b8dc9127d5
1 changed files with 2 additions and 0 deletions
|
|
@ -3265,6 +3265,8 @@ void K_DoSneaker(player_t *player, INT32 type)
|
|||
player->pflags |= PF_ATTACKDOWN;
|
||||
K_PlayBoostTaunt(player->mo);
|
||||
}
|
||||
|
||||
player->powers[pw_flashing] = 0; // Stop flashing after boosting
|
||||
}
|
||||
|
||||
static void K_DoShrink(player_t *user)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue