aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/talk.h')
-rw-r--r--engines/cge/talk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge/talk.h b/engines/cge/talk.h
index 55c529b7ea..b292cf702e 100644
--- a/engines/cge/talk.h
+++ b/engines/cge/talk.h
@@ -52,8 +52,9 @@ protected:
TextBoxStyle _mode;
BitmapPtr *_ts;
Bitmap *box(uint16 w, uint16 h);
+ bool _wideSpace;
public:
- Talk(CGEEngine *vm, const char *text, TextBoxStyle mode);
+ Talk(CGEEngine *vm, const char *text, TextBoxStyle mode, bool wideSpace = false);
Talk(CGEEngine *vm);
virtual void update(const char *text);