[Scummvm-cvs-logs] SF.net SVN: scummvm: [27402] scummvm/trunk/engines/agi/wagparser.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jun 14 19:11:18 CEST 2007


Revision: 27402
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27402&view=rev
Author:   fingolfin
Date:     2007-06-14 10:11:09 -0700 (Thu, 14 Jun 2007)

Log Message:
-----------
Fixed warning about signedness issues

Modified Paths:
--------------
    scummvm/trunk/engines/agi/wagparser.h

Modified: scummvm/trunk/engines/agi/wagparser.h
===================================================================
--- scummvm/trunk/engines/agi/wagparser.h	2007-06-14 12:06:12 UTC (rev 27401)
+++ scummvm/trunk/engines/agi/wagparser.h	2007-06-14 17:11:09 UTC (rev 27402)
@@ -201,7 +201,7 @@
 class WagFileParser {
 // Constants, type definitions, enumerations etc.
 public:	
-	static const int WINAGI_VERSION_LENGTH = 16; ///< WinAGI's version string's length (Always 16)	
+	static const uint WINAGI_VERSION_LENGTH = 16; ///< WinAGI's version string's length (Always 16)	
 	typedef Common::Array<WagProperty> PropertyList; ///< A type definition for an array of *.wag file properties
 	
 public:


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