diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/director/cachedmactext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/director/cachedmactext.cpp b/engines/director/cachedmactext.cpp index c89efc4d06..6d3faff5f6 100644 --- a/engines/director/cachedmactext.cpp +++ b/engines/director/cachedmactext.cpp @@ -66,6 +66,7 @@ CachedMacText::CachedMacText(TextCast *const textCast, : _surface(NULL), _macText(NULL), _width(defaultWidth), _dirty(true), _textCast(textCast), _wm(wm) { + if (_width == -1) { if (version >= 4) { // This came from frame.cpp |