Small correction for mac loom

svn-id: r9143
This commit is contained in:
Travis Howell 2003-07-23 05:36:08 +00:00
parent fc5080bfb2
commit 2b0e1b7000

View File

@ -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)