aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2002-12-08 19:36:20 +0000
committerMax Horn2002-12-08 19:36:20 +0000
commitbdd479f47d89afc49cc8ad1ea4504b7baa9cd0ef (patch)
tree57bbc4f84b85fd232fb20a2ac28608576ac6bdfa /sound
parent4ddecdad589e9df3db4a5a12fb9cdb874ae1d00b (diff)
downloadscummvm-rg350-bdd479f47d89afc49cc8ad1ea4504b7baa9cd0ef.tar.gz
scummvm-rg350-bdd479f47d89afc49cc8ad1ea4504b7baa9cd0ef.tar.bz2
scummvm-rg350-bdd479f47d89afc49cc8ad1ea4504b7baa9cd0ef.zip
ignore more weird MIDI events, this time for Simon
svn-id: r5886
Diffstat (limited to 'sound')
-rw-r--r--sound/mididrv.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index 4b31058fce..ce379a51c6 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -968,8 +968,9 @@ void MidiDriver_QT::send(uint32 b)
// pitch bend changes - ignore those for now
break;
- case 0x12:
- // What is this ?!? Ignore it for now
+ case 0x12: // Occurs in Scumm games
+ case 0x79: // Occurs in Simon1
+ // What are these ?!? Ignore it for now
break;
default: