mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
SCI: Removed bogus warning
svn-id: r54512
This commit is contained in:
parent
91e42bbcb9
commit
0312235f67
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user