From a815d0e12a42b8880b5f629d6053f96139a46acc Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 9 Jan 2010 14:09:45 +0000 Subject: SCI: added new debug command "picture_visualize", which enables visualization of the drawing process of EGA pictures svn-id: r47201 --- engines/sci/graphics/picture.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/sci/graphics/picture.h') diff --git a/engines/sci/graphics/picture.h b/engines/sci/graphics/picture.h index fcab244a36..04a5fb8fd6 100644 --- a/engines/sci/graphics/picture.h +++ b/engines/sci/graphics/picture.h @@ -34,7 +34,7 @@ namespace Sci { class SciGuiPicture { public: - SciGuiPicture(ResourceManager *resMan, Gfx *gfx, Screen *screen, SciPalette *palette, GuiResourceId resourceId); + SciGuiPicture(ResourceManager *resMan, Gfx *gfx, Screen *screen, SciPalette *palette, GuiResourceId resourceId, bool EGAdrawingVisualize = false); ~SciGuiPicture(); GuiResourceId getResourceId(); @@ -75,6 +75,9 @@ private: bool _addToFlag; int16 _EGApaletteNo; byte _priority; + + // If true, we will show the whole EGA drawing process... + bool _EGAdrawingVisualize; }; } // End of namespace Sci -- cgit v1.2.3