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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Sep 24 21:38:02 CEST 2009


Revision: 44316
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44316&view=rev
Author:   thebluegr
Date:     2009-09-24 19:38:02 +0000 (Thu, 24 Sep 2009)

Log Message:
-----------
Set dithering to the FreeSCI "enhanced" style by default for SCI0 games, as disabling dithering makes some colors not show up correctly (e.g. the trees in Iceman and LSL3). Dithering can still be disabled on a per-game basis by using the "dither_mode" option

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

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2009-09-24 17:59:19 UTC (rev 44315)
+++ scummvm/trunk/engines/sci/sci.cpp	2009-09-24 19:38:02 UTC (rev 44316)
@@ -159,7 +159,7 @@
 	_gamestate->gfx_state = &gfx_state;
 
 	// Assign default values to the config manager, in case settings are missing
-	ConfMan.registerDefault("dither_mode", "0");
+	ConfMan.registerDefault("dither_mode", "2");
 
 	// Default config:
 	gfx_options_t gfx_options;


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