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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun May 10 13:08:50 CEST 2009


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

Log Message:
-----------
Reverted commit #40413

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 11:06:01 UTC (rev 40414)
+++ scummvm/trunk/engines/sci/engine/game.cpp	2009-05-10 11:08:50 UTC (rev 40415)
@@ -67,7 +67,6 @@
 }
 
 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;
@@ -87,6 +86,7 @@
 		}
 	} 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