mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
< -2
I doubt this hurts anything, but might as well I guess
This commit is contained in:
parent
c2dfc1155f
commit
0bd0240464
1 changed files with 1 additions and 1 deletions
|
@ -2081,7 +2081,7 @@ void K_SquishPlayer(player_t *player, mobj_t *source, mobj_t *inflictor)
|
|||
player->kartstuff[k_squishedtimer] = TICRATE;
|
||||
|
||||
// Reduce Shrink timer
|
||||
if (player->kartstuff[k_growshrinktimer] < 0)
|
||||
if (player->kartstuff[k_growshrinktimer] < -2)
|
||||
{
|
||||
player->kartstuff[k_growshrinktimer] += TICRATE;
|
||||
if (player->kartstuff[k_growshrinktimer] > -2)
|
||||
|
|
Loading…
Reference in a new issue