mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Really remove rocketsneaker while bailing
This commit is contained in:
parent
06626c9b0d
commit
53d71225b8
2 changed files with 1 additions and 3 deletions
|
|
@ -54,9 +54,6 @@ void K_AddHitLag(mobj_t *mo, INT32 tics, boolean fromDamage)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mo->player && mo->player->overshield)
|
|
||||||
tics = min(tics, 3);
|
|
||||||
|
|
||||||
mo->hitlag += tics;
|
mo->hitlag += tics;
|
||||||
mo->hitlag = min(mo->hitlag, MAXHITLAGTICS);
|
mo->hitlag = min(mo->hitlag, MAXHITLAGTICS);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10857,6 +10857,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
||||||
|
|
||||||
player->itemamount = 0;
|
player->itemamount = 0;
|
||||||
player->itemtype = 0;
|
player->itemtype = 0;
|
||||||
|
player->rocketsneakertimer = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if (player->itemamount)
|
if (player->itemamount)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue