diff options
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/sound/midiparser_sci.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/sound/midiparser_sci.cpp b/engines/sci/sound/midiparser_sci.cpp index c9f132fc5e..0b9d7617b8 100644 --- a/engines/sci/sound/midiparser_sci.cpp +++ b/engines/sci/sound/midiparser_sci.cpp @@ -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. |