diff options
Diffstat (limited to 'src/hexen/s_sound.c')
-rw-r--r-- | src/hexen/s_sound.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hexen/s_sound.c b/src/hexen/s_sound.c index 71944f11..400357f8 100644 --- a/src/hexen/s_sound.c +++ b/src/hexen/s_sound.c @@ -706,6 +706,8 @@ void S_UpdateSounds(mobj_t * listener) int absx; int absy; + I_UpdateSound(); + // If we are looping a CD track, we need to check if it has // finished playing and needs to restart. if (cdmusic && ShouldRestartCDTrack()) |