[Scummvm-cvs-logs] CVS: scummvm/sound midistreamer.h,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Tue Dec 24 16:49:02 CET 2002


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

Modified Files:
	midistreamer.h 
Log Message:
even more -peantic fixes

Index: midistreamer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midistreamer.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- midistreamer.h	21 Dec 2002 21:32:45 -0000	1.4
+++ midistreamer.h	25 Dec 2002 00:48:13 -0000	1.5
@@ -41,7 +41,7 @@
 	// event = (ME_xxx<<24) | <24-bit data associated with event>
 	enum {
 		ME_NONE = 0,
-		ME_TEMPO = 1,
+		ME_TEMPO = 1
 	};
 
 private:





More information about the Scummvm-git-logs mailing list