From cf94a99bb7551e8338d4d127094295deec1d489d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 9 Jan 2011 00:32:26 +0000 Subject: SCI: Changed the bShow parameter of GfxText16:Box() into a bool svn-id: r55179 --- engines/sci/graphics/text16.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/graphics/text16.h') diff --git a/engines/sci/graphics/text16.h b/engines/sci/graphics/text16.h index 19c95f3f13..3ed2361497 100644 --- a/engines/sci/graphics/text16.h +++ b/engines/sci/graphics/text16.h @@ -62,7 +62,7 @@ public: int16 Size(Common::Rect &rect, const char *text, GuiResourceId fontId, int16 maxWidth); void Draw(const char *text, int16 from, int16 len, GuiResourceId orgFontId, int16 orgPenColor); void Show(const char *text, int16 from, int16 len, GuiResourceId orgFontId, int16 orgPenColor); - void Box(const char *text, int16 bshow, const Common::Rect &rect, TextAlignment alignment, GuiResourceId fontId); + void Box(const char *text, bool show, const Common::Rect &rect, TextAlignment alignment, GuiResourceId fontId); void DrawString(const char *text); void DrawStatus(const char *text); -- cgit v1.2.3