aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/town.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-10 13:46:58 -0500
committerPaul Gilbert2017-12-10 13:46:58 -0500
commit140f575c70273d69bc1c31c3e0c5641c8982dce7 (patch)
tree8e4eaec93c6adecab4f5b0a6e3eb3fe7f803fc79 /engines/xeen/town.cpp
parent6420add46c79d1ebb23654ad904ce913513797fe (diff)
downloadscummvm-rg350-140f575c70273d69bc1c31c3e0c5641c8982dce7.tar.gz
scummvm-rg350-140f575c70273d69bc1c31c3e0c5641c8982dce7.tar.bz2
scummvm-rg350-140f575c70273d69bc1c31c3e0c5641c8982dce7.zip
XEEN: Fix several malformed string constants
Diffstat (limited to 'engines/xeen/town.cpp')
-rw-r--r--engines/xeen/town.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/town.cpp b/engines/xeen/town.cpp
index c2622818d8..069ff8f818 100644
--- a/engines/xeen/town.cpp
+++ b/engines/xeen/town.cpp
@@ -1295,7 +1295,7 @@ bool TownMessage::execute(int portrait, const Common::String &name, const Common
int result = -1;
Common::String msgText = text;
do {
- Common::String msg = Common::String::format("\r\v014\x03c\t125%s\t000\v054%s",
+ Common::String msg = Common::String::format("\r\v014\x03""c\t125%s\t000\v054%s",
name.c_str(), msgText.c_str());
// Count the number of words