diff --git a/engines/kyra/sound.cpp b/engines/kyra/sound.cpp index 34c314f68d8..694ea144043 100644 --- a/engines/kyra/sound.cpp +++ b/engines/kyra/sound.cpp @@ -287,7 +287,7 @@ void SoundMidiPC::send(uint32 b) { } else if ((b & 0xFFF0) == 0x007BB0) { //Only respond to All Notes Off if this channel //has currently been allocated - if (!_channel[_virChannel[channel]]) + if (!_channel[/*_virChannel[channel]*/channel]) return; }