aboutsummaryrefslogtreecommitdiff
path: root/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound.cpp')
-rw-r--r--sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound.cpp b/sound.cpp
index ce1d30b8d6..cc1247296b 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -536,11 +536,11 @@ void Scumm::pauseSounds(bool pause)
{
/* Arisme : do not pause iMuse as this will disable synch events */
/* the sound is really "paused" in the mixer */
- /*
+
IMuse *se = _imuse;
if (se)
se->pause(pause);
- */
+
_soundsPaused = pause;
_mixer->pause(pause);
}