aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-11-05 10:53:37 +0000
committerFilippos Karapetis2010-11-05 10:53:37 +0000
commit2416cbf75b6193c6bcecc76176d4d334e6f7f3de (patch)
treeb595b5643402d1eb6acf22f8af6fdfca7d1beed6 /gui/options.h
parentdaf3fb0df7996b95a376080d8112b09a97b52266 (diff)
downloadscummvm-rg350-2416cbf75b6193c6bcecc76176d4d334e6f7f3de.tar.gz
scummvm-rg350-2416cbf75b6193c6bcecc76176d4d334e6f7f3de.tar.bz2
scummvm-rg350-2416cbf75b6193c6bcecc76176d4d334e6f7f3de.zip
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
Diffstat (limited to 'gui/options.h')
-rw-r--r--gui/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/options.h b/gui/options.h
index 91e6457576..0d9ea117b3 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -96,7 +96,7 @@ private:
PopUpWidget *_gfxPopUp;
CheckboxWidget *_fullscreenCheckbox;
CheckboxWidget *_aspectCheckbox;
- CheckboxWidget *_unditheringCheckbox;
+ CheckboxWidget *_disableDitheringCheckbox;
StaticTextWidget *_renderModePopUpDesc;
PopUpWidget *_renderModePopUp;