mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix hyudoro ballhog bug
This commit is contained in:
parent
fac7bb0627
commit
16a12de4f4
1 changed files with 1 additions and 1 deletions
|
|
@ -9011,7 +9011,7 @@ void K_StripItems(player_t *player)
|
||||||
|
|
||||||
player->curshield = KSHIELD_NONE;
|
player->curshield = KSHIELD_NONE;
|
||||||
player->bananadrag = 0;
|
player->bananadrag = 0;
|
||||||
|
player->ballhogcharge = 0;
|
||||||
player->sadtimer = 0;
|
player->sadtimer = 0;
|
||||||
|
|
||||||
K_UpdateHnextList(player, true);
|
K_UpdateHnextList(player, true);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue