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

svn-id: r44339
This commit is contained in:
Filippos Karapetis 2009-09-25 10:11:31 +00:00
parent 3c8500c149
commit d72ad75c52

View File

@ -159,7 +159,7 @@ Common::Error SciEngine::run() {
_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;