aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-17 05:35:38 +0000
committerTravis Howell2004-07-17 05:35:38 +0000
commit7da0466ec59fa1b2410bc6783345b167768201c7 (patch)
tree37ce7663fe646e32738de96f179d97e6ffcd00d9 /scumm/sound.cpp
parent60dd6b7d3b6cbfa6ebff7a92b4134dd2a45a05ff (diff)
downloadscummvm-rg350-7da0466ec59fa1b2410bc6783345b167768201c7.tar.gz
scummvm-rg350-7da0466ec59fa1b2410bc6783345b167768201c7.tar.bz2
scummvm-rg350-7da0466ec59fa1b2410bc6783345b167768201c7.zip
Alter check, since later games set VAR elsewhere.
svn-id: r14230
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 28f59f4371..60854c57be 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -898,7 +898,7 @@ void Sound::setupSound() {
delete _sfxFile;
_sfxFile = openSfxFile();
- if (_vm->VAR_VOICE_BUNDLE_LOADED != 0xFF)
+ if (_vm->_gameId == GID_FT)
_vm->VAR(_vm->VAR_VOICE_BUNDLE_LOADED) = _sfxFile->isOpen();
}