From bb716c23fa939c89790859a43c7f9a5327a8a9cc Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Thu, 4 Nov 2010 18:37:03 +0000 Subject: SCI: adding force to memorial area for SQ3/intro makes the view getting fully undithered svn-id: r54068 --- engines/sci/graphics/screen.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sci/graphics/screen.cpp') diff --git a/engines/sci/graphics/screen.cpp b/engines/sci/graphics/screen.cpp index 7a10a6b749..f8dc3118b5 100644 --- a/engines/sci/graphics/screen.cpp +++ b/engines/sci/graphics/screen.cpp @@ -616,6 +616,11 @@ void GfxScreen::dither(bool addToFlag) { } } +// Force a color combination into memorial +void GfxScreen::ditherForceMemorial(byte color) { + _unditherMemorial[color] = 256; +} + void GfxScreen::debugUnditherSetState(bool flag) { _unditherState = flag; } -- cgit v1.2.3