[Scummvm-cvs-logs] SF.net SVN: scummvm:[42867] scummvm/branches/gsoc2009-16bit/engines/sci/gfx /gfx_resmgr.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Jul 29 00:33:20 CEST 2009


Revision: 42867
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42867&view=rev
Author:   fingolfin
Date:     2009-07-28 22:33:20 +0000 (Tue, 28 Jul 2009)

Log Message:
-----------
Added missing initializer for member ?\195?\162?\194?\128?\194?\152Sci::gfx_mode_t::format'

Modified Paths:
--------------
    scummvm/branches/gsoc2009-16bit/engines/sci/gfx/gfx_resmgr.cpp

Modified: scummvm/branches/gsoc2009-16bit/engines/sci/gfx/gfx_resmgr.cpp
===================================================================
--- scummvm/branches/gsoc2009-16bit/engines/sci/gfx/gfx_resmgr.cpp	2009-07-28 22:28:40 UTC (rev 42866)
+++ scummvm/branches/gsoc2009-16bit/engines/sci/gfx/gfx_resmgr.cpp	2009-07-28 22:33:20 UTC (rev 42867)
@@ -326,7 +326,8 @@
 	/* palette */ NULL,
 
 	/* color masks */ 0, 0, 0, 0,
-	/* color shifts */ 0, 0, 0, 0
+	/* color shifts */ 0, 0, 0, 0,
+	Graphics::PixelFormat()
 };
 
 gfxr_pic_t *GfxResManager::getPic(int num, int maps, int flags, int default_palette, bool scaled) {


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