mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Lower SMS sting sound, again
This commit is contained in:
parent
1bfd8fe66d
commit
0bb4fa5960
1 changed files with 1 additions and 1 deletions
|
|
@ -4823,7 +4823,7 @@ void K_DebtStingPlayer(player_t *player, mobj_t *source)
|
|||
player->stingfx = true;
|
||||
|
||||
if (P_IsDisplayPlayer(player))
|
||||
S_StartSound(NULL, sfx_sting0);
|
||||
S_StartSoundAtVolume(NULL, sfx_sting0, 200);
|
||||
|
||||
P_SetPlayerMobjState(player->mo, S_KART_SPINOUT);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue