mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 08:40:59 +00:00
Small correction for mac loom
svn-id: r9143
This commit is contained in:
parent
fc5080bfb2
commit
2b0e1b7000
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user