[Scummvm-cvs-logs] CVS: scummvm/sound midiparser_smf.cpp,1.14,1.15

Jamieson Christian jamieson630 at users.sourceforge.net
Wed Aug 13 22:25:04 CEST 2003


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

Modified Files:
	midiparser_smf.cpp 
Log Message:
Removed incorrect acknowledgements (copy/paste error)

Index: midiparser_smf.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser_smf.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- midiparser_smf.cpp	18 Jun 2003 21:10:05 -0000	1.14
+++ midiparser_smf.cpp	14 Aug 2003 05:07:31 -0000	1.15
@@ -54,9 +54,6 @@
 //
 // MidiParser_SMF implementation
 //
-// Much of this code is adapted from the XMIDI
-// implementation from the exult project.
-//
 //////////////////////////////////////////////////
 
 static byte command_lengths[8] = { 3, 3, 3, 3, 2, 2, 3, 0 };





More information about the Scummvm-git-logs mailing list