aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-07-22 12:51:05 +0000
committerMax Horn2002-07-22 12:51:05 +0000
commit75b48a04f67c53a910a69e4397e5b7b7b7ef1ac7 (patch)
treea3078e631fa1c3d17eb4cf9a6d434872119a8d50
parent1c4167f0809eb8f49da0b4e428ee01b1aa3387fe (diff)
downloadscummvm-rg350-75b48a04f67c53a910a69e4397e5b7b7b7ef1ac7.tar.gz
scummvm-rg350-75b48a04f67c53a910a69e4397e5b7b7b7ef1ac7.tar.bz2
scummvm-rg350-75b48a04f67c53a910a69e4397e5b7b7b7ef1ac7.zip
forgot to remove arisme's comment :-)
svn-id: r4616
-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);