mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
9f6c132629
commit
5c9e1a7d68
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue