[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm actor.h,1.5,1.6 imuse.cpp,1.94,1.95 saveload.cpp,1.27,1.28 saveload.h,1.4,1.5 scumm.h,1.72,1.73
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.117,1.118
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm actor.h,1.5,1.6 imuse.cpp,1.94,1.95 saveload.cpp,1.27,1.28 saveload.h,1.4,1.5 scumm.h,1.72,1.73
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.117,1.118
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list