[Scummvm-cvs-logs] CVS: scummvm/sound mididrv.cpp,1.32,1.33

Max Horn fingolfin at users.sourceforge.net
Sun Dec 8 11:37:03 CET 2002


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv21298

Modified Files:
	mididrv.cpp 
Log Message:
ignore more weird MIDI events, this time for Simon

Index: mididrv.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- mididrv.cpp	8 Dec 2002 14:09:35 -0000	1.32
+++ mididrv.cpp	8 Dec 2002 19:36:20 -0000	1.33
@@ -968,8 +968,9 @@
 			// 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:





More information about the Scummvm-git-logs mailing list