diff options
Diffstat (limited to 'sound.cpp')
| -rw-r--r-- | sound.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -533,9 +533,13 @@ 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); + */ _soundsPaused = pause; _mixer->pause(pause); } |
