summaryrefslogtreecommitdiff
path: root/src/heretic/s_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/s_sound.c')
-rw-r--r--src/heretic/s_sound.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heretic/s_sound.c b/src/heretic/s_sound.c
index 79e2d353..060e68bf 100644
--- a/src/heretic/s_sound.c
+++ b/src/heretic/s_sound.c
@@ -452,6 +452,8 @@ void S_UpdateSounds(mobj_t * listener)
int absx;
int absy;
+ I_UpdateSound();
+
listener = GetSoundListener();
if (snd_MaxVolume == 0)
{