aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/scumm.cpp')
-rw-r--r--engines/scumm/scumm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index c3e7d9ef45..04ba1d27a8 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -1088,7 +1088,7 @@ int ScummEngine::init() {
_imuse->setBase(_res->address[rtSound]);
}
- if (_game.version >= 5)
+ if (_game.version >= 5 && _game.version <= 7)
_sound->setupSound();
updateSoundSettings();
@@ -2150,7 +2150,7 @@ void ScummEngine::restart() {
}
// Reinit sound engine
- if (_game.version >= 5)
+ if (_game.version >= 5 && _game.version <= 7)
_sound->setupSound();
// Re-run bootscript