aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 847cd90025..22f1bf2c08 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -390,7 +390,7 @@ void Sound::playSound(int soundID) {
}
- if (_scumm->_features & GF_OLD_BUNDLE) {
+ if (_scumm->_features & GF_OLD_BUNDLE && !(_scumm->_features & GF_AFTER_V1)) {
// FIXME: support amiga sounds
uint16 amigatest;
amigatest = READ_LE_UINT16(ptr + 12);