[Scummvm-cvs-logs] SF.net SVN: scummvm:[35215] scummvm/trunk/engines/saga/sprite.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Dec 3 12:05:07 CET 2008


Revision: 35215
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35215&view=rev
Author:   fingolfin
Date:     2008-12-03 11:05:07 +0000 (Wed, 03 Dec 2008)

Log Message:
-----------
Fix compiler warning

Modified Paths:
--------------
    scummvm/trunk/engines/saga/sprite.cpp

Modified: scummvm/trunk/engines/saga/sprite.cpp
===================================================================
--- scummvm/trunk/engines/saga/sprite.cpp	2008-12-03 10:59:06 UTC (rev 35214)
+++ scummvm/trunk/engines/saga/sprite.cpp	2008-12-03 11:05:07 UTC (rev 35215)
@@ -328,7 +328,7 @@
 	const byte *sourcePointer;
 	byte *destPointer;
 	byte *maskPointer;
-	int width  = NULL;
+	int width  = 0;
 	int height = 0;
 	int xAlign = 0;
 	int yAlign = 0;


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