mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Why was this here
This commit is contained in:
parent
1a914726e7
commit
6c9d1c6b90
1 changed files with 1 additions and 1 deletions
|
|
@ -10708,7 +10708,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
|||
{
|
||||
K_DoLightningShield(player);
|
||||
P_Thrust(player->mo, onground ? player->mo->angle : K_MomentumAngle(player->mo), 100*player->mo->scale);
|
||||
player->tiregrease = TICRATE/4;
|
||||
// player->tiregrease = TICRATE/4;
|
||||
player->lightningcharge = 0;
|
||||
|
||||
if (player->itemamount > 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue