Remove flashing tics increase in Battle

This commit is contained in:
Sally Coolatta 2020-10-24 21:46:23 -04:00
parent 5db7b337d9
commit 449d1df014

View file

@ -2288,9 +2288,6 @@ UINT16 K_GetKartFlashing(player_t *player)
tics += (tics/8) * (player->kartspeed);
if (gametype == GT_BATTLE)
tics *= 2;
return tics;
}