This commit is contained in:
katsy 2020-12-14 04:06:28 -05:00
parent 200e444016
commit 4521827e2c
1 changed files with 0 additions and 1 deletions

View File

@ -2491,7 +2491,6 @@ boolean P_PlayerHitFloor(player_t *player, boolean dorollstuff)
player->mo->momx = player->mo->momy = 0;
clipmomz = false;
}
else if ((player->powers[pw_shield] & SH_NOSTACK) == SH_BUBBLEWRAP) // Bubble shield's bounce attack.
{
P_DoBubbleBounce(player);