[Scummvm-cvs-logs] SF.net SVN: scummvm: [32197] scummvm/trunk/engines/made/screen.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue May 20 20:19:32 CEST 2008


Revision: 32197
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32197&view=rev
Author:   thebluegr
Date:     2008-05-20 11:19:32 -0700 (Tue, 20 May 2008)

Log Message:
-----------
Silenced an MSVC warning

Modified Paths:
--------------
    scummvm/trunk/engines/made/screen.cpp

Modified: scummvm/trunk/engines/made/screen.cpp
===================================================================
--- scummvm/trunk/engines/made/screen.cpp	2008-05-20 18:01:26 UTC (rev 32196)
+++ scummvm/trunk/engines/made/screen.cpp	2008-05-20 18:19:32 UTC (rev 32197)
@@ -143,7 +143,7 @@
 
 void Screen::drawSurface(Graphics::Surface *sourceSurface, int x, int y, int16 flipX, int16 flipY, int16 mask, const ClipInfo &clipInfo) {
 
-	byte *source, *dest, *maskp;
+	byte *source, *dest, *maskp = 0;
 	int startX = 0;
 	int startY = 0;
 	int clipWidth = sourceSurface->w;


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