Don't kill flashing tics for floor boosts

This commit is contained in:
wolfy852 2019-02-16 07:03:56 -06:00
parent b8dc9127d5
commit f8da7f3d8b

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)