[Scummvm-cvs-logs] SF.net SVN: scummvm:[43897] scummvm/trunk/engines/sci/sci.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Tue Sep 1 22:47:49 CEST 2009
Revision: 43897
http://scummvm.svn.sourceforge.net/scummvm/?rev=43897&view=rev
Author: thebluegr
Date: 2009-09-01 20:47:49 +0000 (Tue, 01 Sep 2009)
Log Message:
-----------
Disabled dithering by default, in order to get the graphics filters working (is dithering even used anywhere?)
Modified Paths:
--------------
scummvm/trunk/engines/sci/sci.cpp
Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp 2009-09-01 20:36:03 UTC (rev 43896)
+++ scummvm/trunk/engines/sci/sci.cpp 2009-09-01 20:47:49 UTC (rev 43897)
@@ -171,7 +171,7 @@
#ifdef CUSTOM_GRAPHICS_OPTIONS
gfx_options.buffer_pics_nr = 0;
gfx_options.pic0_unscaled = 1;
- gfx_options.pic0_dither_mode = GFXR_DITHER_MODE_D256;
+ gfx_options.pic0_dither_mode = GFXR_DITHER_MODE_F256;
gfx_options.pic0_dither_pattern = GFXR_DITHER_PATTERN_SCALED;
gfx_options.pic0_brush_mode = GFX_BRUSH_MODE_RANDOM_ELLIPSES;
gfx_options.pic0_line_mode = GFX_LINE_MODE_CORRECT;
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