diff options
| author | Travis Howell | 2003-07-23 05:36:08 +0000 |
|---|---|---|
| committer | Travis Howell | 2003-07-23 05:36:08 +0000 |
| commit | 2b0e1b70001d4a502edff00f28401baba66d7299 (patch) | |
| tree | 6320fb1331876544bda7bbe8a8cf6524a9231afb /scumm | |
| parent | fc5080bfb2bd4d8e3ec656375cfbcb05700661b1 (diff) | |
| download | scummvm-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.cpp | 2 |
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) |
