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:
parent
0899ecc987
commit
d1b64aab0c
5 changed files with 40 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue