diff options
Diffstat (limited to 'engines/sci/sound/drivers/adlib.cpp')
| -rw-r--r-- | engines/sci/sound/drivers/adlib.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/sci/sound/drivers/adlib.cpp b/engines/sci/sound/drivers/adlib.cpp index 55c3640c9d..6d74151f1e 100644 --- a/engines/sci/sound/drivers/adlib.cpp +++ b/engines/sci/sound/drivers/adlib.cpp @@ -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; | 
