Set Shrink timer, don't add to it

This commit is contained in:
TehRealSalt 2018-12-05 22:51:08 -05:00
parent 101feb9498
commit c2dfc1155f
1 changed files with 1 additions and 1 deletions

View File

@ -3273,7 +3273,7 @@ static void K_DoShrink(player_t *user)
players[i].mo->destscale = 6*(mapheaderinfo[gamemap-1]->mobj_scale)/8;
if (cv_kartdebugshrink.value && !modeattacking && !players[i].bot)
players[i].mo->destscale = 6*players[i].mo->destscale/8;
players[i].kartstuff[k_growshrinktimer] -= (200+(40*(MAXPLAYERS-players[i].kartstuff[k_position])));
players[i].kartstuff[k_growshrinktimer] = -(200+(40*(MAXPLAYERS-players[i].kartstuff[k_position])));
}
// Grow should get taken away.