[Scummvm-cvs-logs] SF.net SVN: scummvm:[53306] scummvm/trunk/engines/sword25/gfx/dynamicbitmap .cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 01:25:34 CEST 2010


Revision: 53306
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53306&view=rev
Author:   sev
Date:     2010-10-12 23:25:33 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
SWORD25: Fixed warning

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/gfx/dynamicbitmap.cpp

Modified: scummvm/trunk/engines/sword25/gfx/dynamicbitmap.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/dynamicbitmap.cpp	2010-10-12 23:25:13 UTC (rev 53305)
+++ scummvm/trunk/engines/sword25/gfx/dynamicbitmap.cpp	2010-10-12 23:25:33 UTC (rev 53306)
@@ -72,7 +72,7 @@
 
 bool DynamicBitmap::CreateGLImage(unsigned int Width, unsigned int Height) {
 	// GLImage mit den gew\xFCnschten Ma\xDFen erstellen
-	bool Result;
+	bool Result = false;
 	m_Image.reset(new GLImage(Width, Height, Result));
 
 	m_OriginalWidth = m_Width = Width;


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