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