I doubt this hurts anything, but might as well I guess
This commit is contained in:
TehRealSalt 2018-12-05 22:53:34 -05:00
parent c2dfc1155f
commit 0bd0240464
1 changed files with 1 additions and 1 deletions

View File

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