aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text16.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-01-09 00:32:26 +0000
committerFilippos Karapetis2011-01-09 00:32:26 +0000
commitcf94a99bb7551e8338d4d127094295deec1d489d (patch)
tree6d6b26a9d1f2c0b35195f5d7cc3b2d0423571983 /engines/sci/graphics/text16.h
parent505e1888e5ff8c34d52cffeaa59e8b33274d283f (diff)
downloadscummvm-rg350-cf94a99bb7551e8338d4d127094295deec1d489d.tar.gz
scummvm-rg350-cf94a99bb7551e8338d4d127094295deec1d489d.tar.bz2
scummvm-rg350-cf94a99bb7551e8338d4d127094295deec1d489d.zip
SCI: Changed the bShow parameter of GfxText16:Box() into a bool
svn-id: r55179
Diffstat (limited to 'engines/sci/graphics/text16.h')
-rw-r--r--engines/sci/graphics/text16.h2
1 files changed, 1 insertions, 1 deletions
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);