diff options
author | Max Horn | 2002-07-22 12:51:05 +0000 |
---|---|---|
committer | Max Horn | 2002-07-22 12:51:05 +0000 |
commit | 75b48a04f67c53a910a69e4397e5b7b7b7ef1ac7 (patch) | |
tree | a3078e631fa1c3d17eb4cf9a6d434872119a8d50 | |
parent | 1c4167f0809eb8f49da0b4e428ee01b1aa3387fe (diff) | |
download | scummvm-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.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |