aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
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();
}