aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/talk.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge2/talk.cpp b/engines/cge2/talk.cpp
index 227e0135bd..b086627f80 100644
--- a/engines/cge2/talk.cpp
+++ b/engines/cge2/talk.cpp
@@ -237,6 +237,7 @@ void Talk::update(const char *text) {
InfoLine::InfoLine(CGE2Engine *vm, uint16 w, ColorBank color)
: Talk(vm), _oldText(nullptr), _newText(nullptr), _realTime(false), _vm(vm) {
+ _wideSpace = false;
BitmapPtr b = new Bitmap[1];
if (color == kCBRel)
_vm->setAutoColors();