diff options
Diffstat (limited to 'engines/cge/talk.h')
-rw-r--r-- | engines/cge/talk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/talk.h b/engines/cge/talk.h index 55c529b7ea..66e3d85214 100644 --- a/engines/cge/talk.h +++ b/engines/cge/talk.h @@ -52,12 +52,12 @@ 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); - void putLine(int line, const char *text); private: CGEEngine *_vm; }; |