Fixed regression in Kyra1.
svn-id: r31474
This commit is contained in:
parent
5f3bfc702c
commit
9f16b3f5f5
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ void SoundMidiPC::send(uint32 b) {
|
||||||
} else if ((b & 0xFFF0) == 0x007BB0) {
|
} else if ((b & 0xFFF0) == 0x007BB0) {
|
||||||
//Only respond to All Notes Off if this channel
|
//Only respond to All Notes Off if this channel
|
||||||
//has currently been allocated
|
//has currently been allocated
|
||||||
if (!_channel[_virChannel[channel]])
|
if (!_channel[/*_virChannel[channel]*/channel])
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue