[Scummvm-cvs-logs] SF.net SVN: scummvm:[50002] scummvm/trunk/engines/sci/sound/midiparser_sci. cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jun 18 04:29:20 CEST 2010


Revision: 50002
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50002&view=rev
Author:   thebluegr
Date:     2010-06-18 02:29:20 +0000 (Fri, 18 Jun 2010)

Log Message:
-----------
Added information regarding a FIXME

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/midiparser_sci.cpp

Modified: scummvm/trunk/engines/sci/sound/midiparser_sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/midiparser_sci.cpp	2010-06-18 02:29:19 UTC (rev 50001)
+++ scummvm/trunk/engines/sci/sound/midiparser_sci.cpp	2010-06-18 02:29:20 UTC (rev 50002)
@@ -463,6 +463,8 @@
 			} while (par1 != 0xF7);
 			break;
 		case kEndOfTrack: // end of channel
+			// FIXME: Why does this need to be fixed? There's no
+			// additional information available
 			channel->time = -1; // FIXME
 			break;
 		default: // MIDI command


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list