From 9f16b3f5f5f7ca9587f9533d98d1753e38eeb877 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 10 Apr 2008 20:42:56 +0000 Subject: Fixed regression in Kyra1. svn-id: r31474 --- engines/kyra/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/kyra/sound.cpp b/engines/kyra/sound.cpp index 34c314f68d..694ea14404 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; } -- cgit v1.2.3