mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 09:11:59 +00:00
Set flashing tics to 0 after boosting
This commit is contained in:
parent
fc6086cfd8
commit
c370a86f48
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…
Reference in a new issue