diff options
Diffstat (limited to 'engines/sci/sci.cpp')
-rw-r--r-- | engines/sci/sci.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index aea517f2dd..6946d86f12 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -251,7 +251,6 @@ Common::Error SciEngine::run() { gfx_options_t gfx_options; gfx_options.workarounds = 0; gfx_options.buffer_pics_nr = 0; - gfx_options.correct_rendering = 1; gfx_options.pic0_unscaled = 1; gfx_options.pic0_dither_mode = GFXR_DITHER_MODE_D256; gfx_options.pic0_dither_pattern = GFXR_DITHER_PATTERN_SCALED; |