summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/strife/s_sound.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strife/s_sound.c b/src/strife/s_sound.c
index 642586cf..b9357181 100644
--- a/src/strife/s_sound.c
+++ b/src/strife/s_sound.c
@@ -661,6 +661,8 @@ void S_UpdateSounds(mobj_t *listener)
sfxinfo_t* sfx;
channel_t* c;
+ I_UpdateSound();
+
for (cnum=0; cnum<snd_channels; cnum++)
{
c = &channels[cnum];