Fix for bug #907266 (MI Mac Music Bug)

svn-id: r13540
This commit is contained in:
Max Horn 2004-04-11 12:31:46 +00:00
parent a404cce55a
commit 26c8f9340d

View File

@ -395,7 +395,8 @@ void Sound::playSound(int soundID) {
}
else {
if (_vm->_gameId == GID_MONKEY_VGA || _vm->_gameId == GID_MONKEY_EGA) {
if (_vm->_gameId == GID_MONKEY_VGA || _vm->_gameId == GID_MONKEY_EGA
|| (_vm->_gameId == GID_MONKEY && _vm->_features & GF_MACINTOSH)) {
// Sound is currently not supported at all in the amiga versions of these games
if (_vm->_features & GF_AMIGA) {
int track = -1;