diff options
-rw-r--r-- | scumm/sound.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp index 4e4c87989a..b06d82b14c 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -382,6 +382,9 @@ void Sound::playSound(int soundID) { } } + + if (_scumm->_features & GF_OLD_BUNDLE) + return; // FIXME if (_scumm->_imuse) { _scumm->getResourceAddress(rtSound, soundID); |