ebrake sound

This commit is contained in:
SinnamonLat 2022-05-03 23:51:37 +02:00
parent f80ef0e051
commit bf09bdd642

View file

@ -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)
{