From bf09bdd6422d0e6c8019a090c7bce1cc6b6ebe99 Mon Sep 17 00:00:00 2001 From: SinnamonLat Date: Tue, 3 May 2022 23:51:37 +0200 Subject: [PATCH] ebrake sound --- src/k_kart.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/k_kart.c b/src/k_kart.c index a7c6e129a..d64f26ad9 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -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) {