Grow no longer sets flashing tics

Just causes a bunch of other, really dumb side-effects, and nothing else I could test suffers from it
This commit is contained in:
TehRealSalt 2018-08-30 21:51:27 -04:00
parent ea8465cc61
commit cdaaca9b62

View file

@ -4309,8 +4309,8 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
}
}
if (player->kartstuff[k_growshrinktimer] > 1)
player->powers[pw_flashing] = 2;
/*if (player->kartstuff[k_growshrinktimer] > 1)
player->powers[pw_flashing] = 2;*/
// Friction
if (player->speed > 0 && cmd->forwardmove == 0 && player->mo->friction == 59392)