mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-28 23:36:14 +00:00
SCI: AdLib: process patch change commands when playswitch is off.
svn-id: r52595
This commit is contained in:
parent
c54a97005f
commit
ba6bc8f17b
@ -586,7 +586,7 @@ void MidiDriver_AdLib::voiceOn(int voice, int note, int velocity) {
|
||||
}
|
||||
|
||||
// Set patch if different from current patch
|
||||
if ((patch != _voices[voice].patch) && _playSwitch)
|
||||
if (patch != _voices[voice].patch)
|
||||
setPatch(voice, patch);
|
||||
|
||||
_voices[voice].velocity = velocity;
|
||||
|
Loading…
x
Reference in New Issue
Block a user