mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Sound revision
This commit is contained in:
parent
c085f0098f
commit
2975592a4d
1 changed files with 2 additions and 2 deletions
|
|
@ -4324,9 +4324,9 @@ void K_CheckpointCrossAward(player_t *player)
|
|||
|
||||
else if (check == opp)
|
||||
{
|
||||
S_StartSound(NULL, sfx_s3k96);
|
||||
S_StartSound(NULL, sfx_mbs60);
|
||||
if (clutch)
|
||||
S_StartSound(NULL, sfx_s3kbes);
|
||||
S_StartSoundAtVolume(NULL, sfx_kc4b, 150);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue