mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Restore fucking thing
This commit is contained in:
parent
a280ccb7de
commit
136bb810e2
1 changed files with 3 additions and 0 deletions
|
|
@ -4822,6 +4822,9 @@ void K_DebtStingPlayer(player_t *player, mobj_t *source)
|
||||||
player->ringvisualwarning = TICRATE*2;
|
player->ringvisualwarning = TICRATE*2;
|
||||||
player->stingfx = true;
|
player->stingfx = true;
|
||||||
|
|
||||||
|
if (P_IsDisplayPlayer(player))
|
||||||
|
S_StartSound(NULL, sfx_sting0);
|
||||||
|
|
||||||
P_SetPlayerMobjState(player->mo, S_KART_SPINOUT);
|
P_SetPlayerMobjState(player->mo, S_KART_SPINOUT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue