[Scummvm-cvs-logs] SF.net SVN: scummvm:[42536] scummvm/trunk/engines/tinsel/pcode.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Jul 16 19:26:44 CEST 2009


Revision: 42536
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42536&view=rev
Author:   eriktorbjorn
Date:     2009-07-16 17:26:44 +0000 (Thu, 16 Jul 2009)

Log Message:
-----------
Fixed GCC warning.

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/pcode.cpp

Modified: scummvm/trunk/engines/tinsel/pcode.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/pcode.cpp	2009-07-16 16:06:29 UTC (rev 42535)
+++ scummvm/trunk/engines/tinsel/pcode.cpp	2009-07-16 17:26:44 UTC (rev 42536)
@@ -142,7 +142,7 @@
 	// * Giving the brochure to the beekeeper
 	// * Stealing the mallets from the wizards
 	// This fix ensures that the global is reset when the Garden scene is loaded (both entering and restoring a game)
-	{TINSEL_V2, true, 2888147476, 0, fragment3_size, fragment3},
+	{TINSEL_V2, true, 2888147476U, 0, fragment3_size, fragment3},
 
 	{TINSEL_V0, false, 0, 0, 0, NULL}
 };


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