aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_options.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-09-01 21:24:09 +0000
committerFilippos Karapetis2009-09-01 21:24:09 +0000
commitaace86a6eb701cc3d075bbaa066662a5c1395f53 (patch)
treebfa76b659073248679273c543d8ac570bcc9233a /engines/sci/gfx/gfx_options.h
parent20d93e494a15286e9f1b19f7e6814c7467b2d781 (diff)
downloadscummvm-rg350-aace86a6eb701cc3d075bbaa066662a5c1395f53.tar.gz
scummvm-rg350-aace86a6eb701cc3d075bbaa066662a5c1395f53.tar.bz2
scummvm-rg350-aace86a6eb701cc3d075bbaa066662a5c1395f53.zip
Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really make sense to dither, as Sierra games use up to 256 colors (even the later SVGA ones), and it messes up the result of the FreeSCI graphics filters. Plus, the resulting image looks worse than the original one
svn-id: r43901
Diffstat (limited to 'engines/sci/gfx/gfx_options.h')
-rw-r--r--engines/sci/gfx/gfx_options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/gfx/gfx_options.h b/engines/sci/gfx/gfx_options.h
index babd9654e3..ac8e700e5e 100644
--- a/engines/sci/gfx/gfx_options.h
+++ b/engines/sci/gfx/gfx_options.h
@@ -58,8 +58,10 @@ struct gfx_options_t {
/* SCI0 pic resource options */
int pic0_unscaled; /* Don't draw scaled SCI0 pics */
+#if 0
int pic0_dither_mode; /* Mode to use for pic0 dithering, defined in gfx_resource.h */
int pic0_dither_pattern; /* Pattern to use for pic0 dithering, defined in gfx_resource.h */
+#endif
gfx_brush_mode_t pic0_brush_mode;
gfx_line_mode_t pic0_line_mode;