SCUMM: (iMuse/Amiga) - improve accuracy

This fixes the issue that some rhythm instruments didn't receive correct notes. The changes have been limited to the Amiga versions.
This commit is contained in:
athrxx 2019-07-14 20:44:25 +02:00
parent 0899ecc987
commit d1b64aab0c
5 changed files with 40 additions and 3 deletions

View file

@ -2039,6 +2039,8 @@ void ScummEngine::setupMusic(int midi) {
}
if (_sound->_musicType == MDT_PCSPK)
_imuse->property(IMuse::PROP_PC_SPEAKER, 1);
if (_sound->_musicType == MDT_AMIGA)
_imuse->property(IMuse::PROP_AMIGA, 1);
}
}
}