Really remove rocketsneaker while bailing

This commit is contained in:
Antonio Martinez 2025-09-28 20:24:41 -04:00
parent 06626c9b0d
commit 53d71225b8
2 changed files with 1 additions and 3 deletions

View file

@ -54,9 +54,6 @@ void K_AddHitLag(mobj_t *mo, INT32 tics, boolean fromDamage)
return;
}
if (mo->player && mo->player->overshield)
tics = min(tics, 3);
mo->hitlag += tics;
mo->hitlag = min(mo->hitlag, MAXHITLAGTICS);

View file

@ -10857,6 +10857,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
player->itemamount = 0;
player->itemtype = 0;
player->rocketsneakertimer = 0;
/*
if (player->itemamount)