mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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;
|
wave->standingslope = p->mo->standingslope;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// sound
|
||||||
|
if (!S_SoundPlaying(p->mo, sfx_s3kc6s))
|
||||||
|
S_StartSound(p->mo, sfx_s3kc6s);
|
||||||
|
|
||||||
// HOLD! bubble.
|
// HOLD! bubble.
|
||||||
if (!p->ebrakefor)
|
if (!p->ebrakefor)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue