aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2003-07-23 05:36:08 +0000
committerTravis Howell2003-07-23 05:36:08 +0000
commit2b0e1b70001d4a502edff00f28401baba66d7299 (patch)
tree6320fb1331876544bda7bbe8a8cf6524a9231afb /scumm
parentfc5080bfb2bd4d8e3ec656375cfbcb05700661b1 (diff)
downloadscummvm-rg350-2b0e1b70001d4a502edff00f28401baba66d7299.tar.gz
scummvm-rg350-2b0e1b70001d4a502edff00f28401baba66d7299.tar.bz2
scummvm-rg350-2b0e1b70001d4a502edff00f28401baba66d7299.zip
Small correction for mac loom
svn-id: r9143
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 0a7eefaeca..f2b8742561 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -470,7 +470,7 @@ void Sound::playSound(int soundID) {
}
- if (_scumm->_gameId == GID_LOOM && (READ_LE_UINT16(ptr + 4) == 'so')) {
+ if (_scumm->_gameId == GID_LOOM && (READ_BE_UINT16(ptr + 4) == 'so')) {
// Mac version of Loom uses yet another sound format
/*
playSound #9 (room 70)