aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound.cpp b/sound.cpp
index cc1247296b..d8bcf07ff7 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -534,9 +534,6 @@ void Scumm::setupSound()
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);