aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2010-11-04 19:19:07 +0000
committerFilippos Karapetis2010-11-04 19:19:07 +0000
commit5bab2d570bc94c743380a33f892df3bac0006880 (patch)
treecbdabaf7f4711348474c7546ea374df0a2ec8053 /base/commandLine.cpp
parent7e6aa1b4a9cda2351c6716cfced0546aaa3d52d8 (diff)
downloadscummvm-rg350-5bab2d570bc94c743380a33f892df3bac0006880.tar.gz
scummvm-rg350-5bab2d570bc94c743380a33f892df3bac0006880.tar.bz2
scummvm-rg350-5bab2d570bc94c743380a33f892df3bac0006880.zip
SCI: Set undither to on by default again, like it was.
From our current stance, this is a game enhancement, and should be on by default, like the rest of the game enhancements (AGI mouse, save/load replacement etc) svn-id: r54070
Diffstat (limited to 'base/commandLine.cpp')
-rw-r--r--base/commandLine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 31ecab470a..06dde4f297 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -157,7 +157,7 @@ void registerDefaults() {
// Graphics
ConfMan.registerDefault("fullscreen", false);
ConfMan.registerDefault("aspect_ratio", false);
- ConfMan.registerDefault("sci_undither", false);
+ ConfMan.registerDefault("sci_undither", true);
ConfMan.registerDefault("gfx_mode", "normal");
ConfMan.registerDefault("render_mode", "default");
ConfMan.registerDefault("desired_screen_aspect_ratio", "auto");