[Scummvm-cvs-logs] SF.net SVN: scummvm:[38975] scummvm/trunk/engines/sci/gfx/resource/ sci_pic_0.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Feb 28 17:17:15 CET 2009


Revision: 38975
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38975&view=rev
Author:   lordhoto
Date:     2009-02-28 16:17:14 +0000 (Sat, 28 Feb 2009)

Log Message:
-----------
Fix warnings.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gfx/resource/sci_pic_0.cpp

Modified: scummvm/trunk/engines/sci/gfx/resource/sci_pic_0.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/resource/sci_pic_0.cpp	2009-02-28 16:12:52 UTC (rev 38974)
+++ scummvm/trunk/engines/sci/gfx/resource/sci_pic_0.cpp	2009-02-28 16:17:14 UTC (rev 38975)
@@ -1640,7 +1640,7 @@
 				int nodraw = 0;
 
 				gfx_pixmap_t *view;
-				gfx_mode_t *mode;
+				//gfx_mode_t *mode;
 
 				p0printf("Embedded view @%d\n", pos);
 
@@ -1783,7 +1783,7 @@
 	int palette_data_ptr = getUInt16(resource + 28);
 	int bitmap_data_ptr = getUInt16(resource + 32);
 	int sci_titlebar_size = style->pic_port_bounds.y;
-	gfx_mode_t *mode;
+	//gfx_mode_t *mode;
 	gfx_pixmap_t *view = NULL;
 #if 0
 	// Set up mode structure for resizing the view


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