summaryrefslogtreecommitdiff
path: root/src/strife/s_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/s_sound.c')
-rw-r--r--src/strife/s_sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/s_sound.c b/src/strife/s_sound.c
index 47b33089..bedde12c 100644
--- a/src/strife/s_sound.c
+++ b/src/strife/s_sound.c
@@ -480,7 +480,7 @@ void S_StartSound(void *origin_p, int sfx_id)
}
// kill old sound
- S_StopSound(origin);
+ //S_StopSound(origin);
// try to find a channel
cnum = S_GetChannel(origin, sfx, false); // haleyjd: not a voice.