mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'double-meme-taunt' into 'master'
Don't play boost taunt twice if meme voices are enabled See merge request KartKrew/Kart!692
This commit is contained in:
commit
619d33d8e7
1 changed files with 0 additions and 1 deletions
|
|
@ -5902,7 +5902,6 @@ void K_DoSneaker(player_t *player, INT32 type)
|
|||
if (type != 0)
|
||||
{
|
||||
player->pflags |= PF_ATTACKDOWN;
|
||||
K_PlayBoostTaunt(player->mo);
|
||||
}
|
||||
|
||||
player->sneakertimer = sneakertime;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue