[Scummvm-cvs-logs] scummvm master -> 8bfb268eb273dda9f70a0163e2a47188dc626275

m-kiewitz m_kiewitz at users.sourceforge.net
Mon Jun 15 17:38:19 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8bfb268eb2 SCI: rename GAMEOPTION_EGA_UNDITHER name + desc


Commit: 8bfb268eb273dda9f70a0163e2a47188dc626275
    https://github.com/scummvm/scummvm/commit/8bfb268eb273dda9f70a0163e2a47188dc626275
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-15T17:37:33+02:00

Commit Message:
SCI: rename GAMEOPTION_EGA_UNDITHER name + desc

Original name + description were inaccurate. We don't actually
do undithering (besides the view undithering), but we instead
skip the EGA dithering code.

Changed paths:
    engines/sci/detection.cpp



diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 9a41127..bac9b34 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -371,8 +371,8 @@ static const ADExtraGuiOptionsMap optionsList[] = {
 	{
 		GAMEOPTION_EGA_UNDITHER,
 		{
-			_s("EGA undithering"),
-			_s("Enable undithering in EGA games"),
+			_s("Skip EGA dithering pass (full color backgrounds)"),
+			_s("Skip dithering pass in EGA games, graphics are shown with full colors"),
 			"disable_dithering",
 			false
 		}






More information about the Scummvm-git-logs mailing list