From fc5080bfb2bd4d8e3ec656375cfbcb05700661b1 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 23 Jul 2003 05:18:47 +0000 Subject: Ooops that should not have been commmited svn-id: r9142 --- scumm/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/sound.cpp b/scumm/sound.cpp index 98361cb816..0a7eefaeca 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -470,7 +470,7 @@ void Sound::playSound(int soundID) { } - if (_scumm->_gameId == GID_LOOM) { + if (_scumm->_gameId == GID_LOOM && (READ_LE_UINT16(ptr + 4) == 'so')) { // Mac version of Loom uses yet another sound format /* playSound #9 (room 70) -- cgit v1.2.3