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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Sep 25 12:11:37 CEST 2009


Revision: 44339
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44339&view=rev
Author:   thebluegr
Date:     2009-09-25 10:11:31 +0000 (Fri, 25 Sep 2009)

Log Message:
-----------
Reverted commit #44316, as colors show up correctly now without dithering. Dithering is now off again for SCI0 by default, an can optionally be turned on

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

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2009-09-25 09:57:38 UTC (rev 44338)
+++ scummvm/trunk/engines/sci/sci.cpp	2009-09-25 10:11:31 UTC (rev 44339)
@@ -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", "2");
+	ConfMan.registerDefault("dither_mode", "0");
 
 	// 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