[Scummvm-cvs-logs] SF.net SVN: scummvm:[41571] scummvm/trunk/engines/gob/parse.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jun 16 01:10:10 CEST 2009


Revision: 41571
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41571&view=rev
Author:   drmccoy
Date:     2009-06-15 23:10:10 +0000 (Mon, 15 Jun 2009)

Log Message:
-----------
Remove some now superfluous comments

Modified Paths:
--------------
    scummvm/trunk/engines/gob/parse.cpp

Modified: scummvm/trunk/engines/gob/parse.cpp
===================================================================
--- scummvm/trunk/engines/gob/parse.cpp	2009-06-15 23:09:57 UTC (rev 41570)
+++ scummvm/trunk/engines/gob/parse.cpp	2009-06-15 23:10:10 UTC (rev 41571)
@@ -239,10 +239,10 @@
 				}
 				break;
 
-			case OP_ARRAY_INT8: // uint8 array access
-			case OP_ARRAY_INT32: // uint32 array access
-			case OP_ARRAY_INT16: // uint16 array access
-			case OP_ARRAY_STR: // string array access
+			case OP_ARRAY_INT8:  // int8 array access
+			case OP_ARRAY_INT32: // int32 array access
+			case OP_ARRAY_INT16: // int16 array access
+			case OP_ARRAY_STR:   // string array access
 				debugN(5, "\n");
 				if (operation == OP_ARRAY_STR)
 					debugN(5, "(&");


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