Don't kill flashing tics for floor boosts

This commit is contained in:
wolfy852 2019-02-16 07:03:56 -06:00
parent c370a86f48
commit 76893f4644
1 changed files with 1 additions and 2 deletions

View File

@ -3264,9 +3264,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
}
player->powers[pw_flashing] = 0; // Stop flashing after boosting
}
static void K_DoShrink(player_t *user)