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.
This commit is contained in:
Martin Kiewitz 2015-06-15 17:37:33 +02:00
parent 861c97a05f
commit 8bfb268eb2

View File

@ -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
}