aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/talk.h
diff options
context:
space:
mode:
authorStrangerke2011-12-05 20:59:51 +0100
committerStrangerke2011-12-05 20:59:51 +0100
commitf3884d1a98c19134514a1fca6af48a59f3b57e91 (patch)
treebcbb7c2d2bf4ad21d544e7c7131ef7ebb94f43be /engines/cge/talk.h
parent652c025db04e3283a97198e82be546f82062b923 (diff)
downloadscummvm-rg350-f3884d1a98c19134514a1fca6af48a59f3b57e91.tar.gz
scummvm-rg350-f3884d1a98c19134514a1fca6af48a59f3b57e91.tar.bz2
scummvm-rg350-f3884d1a98c19134514a1fca6af48a59f3b57e91.zip
CGE: Better handling of the wide 'space' character
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);