[Scummvm-cvs-logs] SF.net SVN: scummvm:[47817] scummvm/trunk/engines/sci/graphics/frameout.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Feb 2 18:21:15 CET 2010


Revision: 47817
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47817&view=rev
Author:   thebluegr
Date:     2010-02-02 17:21:11 +0000 (Tue, 02 Feb 2010)

Log Message:
-----------
Silenced warning

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/frameout.cpp

Modified: scummvm/trunk/engines/sci/graphics/frameout.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/frameout.cpp	2010-02-02 17:20:21 UTC (rev 47816)
+++ scummvm/trunk/engines/sci/graphics/frameout.cpp	2010-02-02 17:21:11 UTC (rev 47817)
@@ -101,7 +101,7 @@
 	reg_t planeObject;
 	GuiResourceId planePictureNr;
 	SciGuiPicture *planePicture = 0;
-	int16 planePictureCels;
+	int16 planePictureCels = 0;
 	int16 planePictureCel;
 	int16 planePriority;
 	int16 planeTop, planeLeft;


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