Merge branch 'fix-battle-boost' into 'next'

Set flashing tics to 0 after boosting

See merge request KartKrew/Kart-Public!67
This commit is contained in:
wolfs 2019-02-16 08:31:08 -05:00
commit 32d1f75199
1 changed files with 1 additions and 0 deletions

View File

@ -3264,6 +3264,7 @@ 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
}
}