mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-01 12:43:33 +00:00
ebrake sound
This commit is contained in:
parent
f80ef0e051
commit
bf09bdd642
1 changed files with 4 additions and 0 deletions
|
|
@ -8613,6 +8613,10 @@ void K_KartEbrakeVisuals(player_t *p)
|
|||
wave->standingslope = p->mo->standingslope;
|
||||
}
|
||||
|
||||
// sound
|
||||
if (!S_SoundPlaying(p->mo, sfx_s3kc6s))
|
||||
S_StartSound(p->mo, sfx_s3kc6s);
|
||||
|
||||
// HOLD! bubble.
|
||||
if (!p->ebrakefor)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue