aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
authorTravis Howell2007-02-19 09:46:45 +0000
committerTravis Howell2007-02-19 09:46:45 +0000
commitabd20d59fab7cdcfaa3998484c91ff8927ce091c (patch)
treec6437e133835a1e1d08164ea128b86a19ca55761 /engines/scumm/scumm.cpp
parent402e364852a915e6aa7e9cd2907b3171e83c41f3 (diff)
downloadscummvm-rg350-abd20d59fab7cdcfaa3998484c91ff8927ce091c.tar.gz
scummvm-rg350-abd20d59fab7cdcfaa3998484c91ff8927ce091c.tar.bz2
scummvm-rg350-abd20d59fab7cdcfaa3998484c91ff8927ce091c.zip
Move SCUMM version checks for settings up monst.er.sou file, to higher level.
svn-id: r25716
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