mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 04:51:43 +00:00
Fix typo breaking multiplayer whip sphere decay
This commit is contained in:
parent
d807921489
commit
85b0c41308
1 changed files with 1 additions and 1 deletions
|
|
@ -8458,7 +8458,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
|||
if (K_PlayerGuard(player) && !K_PowerUpRemaining(player, POWERUP_BARRIER) && (player->ebrakefor%6 == 0))
|
||||
player->spheres--;
|
||||
|
||||
if (players->instaWhipCharge && !K_PowerUpRemaining(players, POWERUP_BADGE) && leveltime%6 == 0)
|
||||
if (player->instaWhipCharge && !K_PowerUpRemaining(players, POWERUP_BADGE) && leveltime%6 == 0)
|
||||
player->spheres--;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue