From b6dbc79021be137367372faa3b53081e7a332efd Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 2 Jul 2016 20:56:29 -0500 Subject: SCI32: Add support for blacklined video Ow. My eyeballs. --- engines/sci/graphics/celobj32.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'engines/sci/graphics/celobj32.h') diff --git a/engines/sci/graphics/celobj32.h b/engines/sci/graphics/celobj32.h index e405592b5f..eb6ce3a3c9 100644 --- a/engines/sci/graphics/celobj32.h +++ b/engines/sci/graphics/celobj32.h @@ -227,6 +227,18 @@ class ScreenItem; */ class CelObj { protected: + /** + * When true, every second line of the cel will be + * rendered as a black line. + * + * @see ScreenItem::_drawBlackLines + * @note Using a static member because otherwise this + * would otherwise need to be copied down through + * several calls. (SSCI did similar, using a global + * variable.) + */ + static bool _drawBlackLines; + /** * When true, this cel will be horizontally mirrored * when it is drawn. This is an internal flag that is -- cgit v1.2.3