[Scummvm-cvs-logs] CVS: scummvm/simon midiparser_s1d.cpp,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Fri Oct 3 16:35:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv30053/simon

Modified Files:
	midiparser_s1d.cpp 
Log Message:
cleanup / doxygenification

Index: midiparser_s1d.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/midiparser_s1d.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- midiparser_s1d.cpp	3 Oct 2003 19:42:27 -0000	1.7
+++ midiparser_s1d.cpp	3 Oct 2003 23:34:05 -0000	1.8
@@ -28,12 +28,13 @@
 
 namespace Simon {
 
-//////////////////////////////////////////////////
-//
-// Simon 1 Demo version of MidiParser
-//
-//////////////////////////////////////////////////
-
+/**
+ * Simon 1 Demo version of MidiParser.
+ *
+ * This parser is the result of eyeballing the one MUS file that's included
+ * with simon1demo. So there might be some things missing. I've tried to notate
+ * question-mark areas where they occur.
+ */
 class MidiParser_S1D : public MidiParser {
 protected:
 	byte *_data;
@@ -50,19 +51,6 @@
 	bool loadMusic(byte *data, uint32 size);
 };
 
-
-
-//////////////////////////////////////////////////
-//
-// MidiParser_S1D implementation
-//
-// This parser is the result of eyeballing the
-// one MUS file that's included with simon1demo.
-// So there might be some things missing.
-// I've tried to notate question-mark areas
-// where they occur.
-//
-//////////////////////////////////////////////////
 
 // The VLQs for simon1demo seem to be
 // in Little Endian format.





More information about the Scummvm-git-logs mailing list