From 3fa50583a065dc6c6f9855bdb33918af9a540b43 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 24 May 2010 17:45:00 +0000 Subject: SCI: leave console open for pic_visualize/undither commands - also don't use SciGui class for undither anymore svn-id: r49198 --- engines/sci/graphics/paint16.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/graphics/paint16.h') diff --git a/engines/sci/graphics/paint16.h b/engines/sci/graphics/paint16.h index b18c879387..65f9dd0d9c 100644 --- a/engines/sci/graphics/paint16.h +++ b/engines/sci/graphics/paint16.h @@ -50,7 +50,7 @@ public: void init(GfxAnimate *animate, GfxText16 *text16); - void setEGAdrawingVisualize(bool state); + void debugSetEGAdrawingVisualize(bool state); void drawPicture(GuiResourceId pictureId, int16 animationNr, bool mirroredFlag, bool addToFlag, GuiResourceId paletteId); void drawCelAndShow(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos, byte priority, uint16 paletteNo, uint16 scaleX = 128, uint16 scaleY = 128); -- cgit v1.2.3