Set flashing tics to 0 after boosting

This commit is contained in:
wolfy852 2019-02-16 06:37:09 -06:00
parent fc6086cfd8
commit c370a86f48

View file

@ -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)