From 2416cbf75b6193c6bcecc76176d4d334e6f7f3de Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 5 Nov 2010 10:53:37 +0000 Subject: COMMON/GUI/SCI: Changes to the EGA dithering checkbox - Changed the new dithering checkbox to be more generic (i.e. relevant for all engines that may support such a feature in the future) - Changed the checkbox to be unchecked by default. As discussed on -devel, game enhancements in ScummVM should be off by default, and opt-in - Changed the option from "sci_undither" to "disable_dithering" - Changed theme version style to X.Y.Z and bumped it to 0.8.2 svn-id: r54090 --- gui/launcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/launcher.cpp') diff --git a/gui/launcher.cpp b/gui/launcher.cpp index eae7f0b364..b56591b8c4 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -342,7 +342,7 @@ void EditGameDialog::open() { ConfMan.hasKey("render_mode", _domain) || ConfMan.hasKey("fullscreen", _domain) || ConfMan.hasKey("aspect_ratio", _domain) || - ConfMan.hasKey("sci_undither", _domain); + ConfMan.hasKey("disable_dithering", _domain); _globalGraphicsOverride->setState(e); e = ConfMan.hasKey("music_driver", _domain) || -- cgit v1.2.3