mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove flashing tics increase in Battle
This commit is contained in:
parent
5db7b337d9
commit
449d1df014
1 changed files with 0 additions and 3 deletions
|
|
@ -2288,9 +2288,6 @@ UINT16 K_GetKartFlashing(player_t *player)
|
|||
|
||||
tics += (tics/8) * (player->kartspeed);
|
||||
|
||||
if (gametype == GT_BATTLE)
|
||||
tics *= 2;
|
||||
|
||||
return tics;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue