From 7a65dbfe8e7b5061acea6c7f5e082a9a45761346 Mon Sep 17 00:00:00 2001 From: SinnamonLat Date: Wed, 4 May 2022 10:55:19 +0200 Subject: [PATCH] use other magnetic sound for ebrake --- src/k_kart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/k_kart.c b/src/k_kart.c index 4a6ffbf7d..92fda8de3 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -8614,8 +8614,8 @@ void K_KartEbrakeVisuals(player_t *p) } // sound - if (!S_SoundPlaying(p->mo, sfx_s3kc6s)) - S_StartSound(p->mo, sfx_s3kc6s); + if (!S_SoundPlaying(p->mo, sfx_s3kd9s)) + S_StartSound(p->mo, sfx_s3kd9s); // HOLD! bubble. if (!p->ebrakefor)