aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2019-12-14 00:37:45 +0100
committerEugene Sandulenko2019-12-14 00:37:45 +0100
commit9a2371ddfbe061cd75fe6a174c52319b7bab362f (patch)
treecf1b1529ab5f8335ccbcd993ef61886b4ebf83d2 /engines
parentcd45caa1e0ab9717907d61dca1d3bfb8a83ff4c8 (diff)
downloadscummvm-rg350-9a2371ddfbe061cd75fe6a174c52319b7bab362f.tar.gz
scummvm-rg350-9a2371ddfbe061cd75fe6a174c52319b7bab362f.tar.bz2
scummvm-rg350-9a2371ddfbe061cd75fe6a174c52319b7bab362f.zip
GRAPHICS: MACGUI: Fixed text format parsing
Diffstat (limited to 'engines')
-rw-r--r--engines/director/stxt.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/director/stxt.cpp b/engines/director/stxt.cpp
index 73e8648bcd..bf9f8e3718 100644
--- a/engines/director/stxt.cpp
+++ b/engines/director/stxt.cpp
@@ -88,8 +88,9 @@ Stxt::Stxt(Common::SeekableSubReadStreamEndian &textStream) {
formattingCount--;
}
- debugC(4, kDebugText, "#### text:\n%s\n####", Common::toPrintable(_ftext).c_str());
_ftext += text;
+
+ debugC(4, kDebugText, "#### text:\n%s\n####", Common::toPrintable(_ftext).c_str());
}
} // End of namespace Director