From bdd479f47d89afc49cc8ad1ea4504b7baa9cd0ef Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 8 Dec 2002 19:36:20 +0000 Subject: ignore more weird MIDI events, this time for Simon svn-id: r5886 --- sound/mididrv.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sound/mididrv.cpp') 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: -- cgit v1.2.3