SCI: Removed bogus warning

svn-id: r54512
This commit is contained in:
Filippos Karapetis 2010-11-27 18:27:02 +00:00
parent 91e42bbcb9
commit 0312235f67

View File

@ -515,6 +515,9 @@ void MidiParser_SCI::parseNextEvent(EventInfo &info) {
// Handle events sent to the SCI special channel (15)
if (info.channel() == 0xF) {
switch (info.basic.param1) {
case kSetReverb:
// Already handled above
break;
case kMidiHold:
// Check if the hold ID marker is the same as the hold ID
// marker set for that song by cmdSetSoundHold.