[Scummvm-cvs-logs] SF.net SVN: scummvm:[40413] scummvm/trunk/engines/sci/engine/game.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun May 10 12:59:08 CEST 2009


Revision: 40413
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40413&view=rev
Author:   thebluegr
Date:     2009-05-10 10:59:08 +0000 (Sun, 10 May 2009)

Log Message:
-----------
Oops

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/game.cpp

Modified: scummvm/trunk/engines/sci/engine/game.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/game.cpp	2009-05-10 10:27:45 UTC (rev 40412)
+++ scummvm/trunk/engines/sci/engine/game.cpp	2009-05-10 10:59:08 UTC (rev 40413)
@@ -67,6 +67,7 @@
 }
 
 extern int _allocd_rules;
+gfx_color_t black = { PaletteEntry(0, 0, 0), 0, 0, 0, GFX_MASK_VISUAL };
 
 int _reset_graphics_input(EngineState *s) {
 	Resource *resource;
@@ -86,7 +87,6 @@
 		}
 	} else {
 		// Allocate SCI1 system colors
-		gfx_color_t black = { PaletteEntry(0, 0, 0), 0, 0, 0, GFX_MASK_VISUAL };
 		gfxop_set_system_color(s->gfx_state, 0, &black);
 
 		// Check for Amiga palette file.


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