aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2003-09-05 15:28:22 +0000
committerTravis Howell2003-09-05 15:28:22 +0000
commit0c4d151381cbc08327880a0c1bfe73a49d71aaf9 (patch)
treec0a0f0846142b06b06ecb14187e41577350d802e
parent8da8c277768da76efe22d89f8a244c0294f2457c (diff)
downloadscummvm-rg350-0c4d151381cbc08327880a0c1bfe73a49d71aaf9.tar.gz
scummvm-rg350-0c4d151381cbc08327880a0c1bfe73a49d71aaf9.tar.bz2
scummvm-rg350-0c4d151381cbc08327880a0c1bfe73a49d71aaf9.zip
*** empty log message ***
svn-id: r10006
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index fbfdcc838b..2646fe6aff 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -408,7 +408,7 @@ void Sound::playSound(int soundID) {
}
- if (_scumm->_gameId == GID_LOOM && (READ_BE_UINT16(ptr + 4) == 'so')) {
+ if ((_scumm->_gameId == GID_LOOM) && (_scumm->_features & GF_MACINTOSH)) {
// Mac version of Loom uses yet another sound format
/*
playSound #9 (room 70)