aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/textdrawer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/illusions/textdrawer.h')
-rw-r--r--engines/illusions/textdrawer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/illusions/textdrawer.h b/engines/illusions/textdrawer.h
index 68b28e0713..bbecd98d6a 100644
--- a/engines/illusions/textdrawer.h
+++ b/engines/illusions/textdrawer.h
@@ -54,9 +54,9 @@ protected:
Common::Point _offsPt;
uint _textFlags;
Graphics::Surface *_surface;
-
+
Common::Array<TextLine> _textLines;
-
+
bool textHasChar(uint16 c);
int16 getSpaceWidth();
int16 getCharWidth(uint16 c);