diff options
Diffstat (limited to 'sound.cpp')
-rw-r--r-- | sound.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |