diff options
Diffstat (limited to 'engines/xeen')
-rw-r--r-- | engines/xeen/town.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/town.cpp b/engines/xeen/town.cpp index 303ef50699..f90ffbd481 100644 --- a/engines/xeen/town.cpp +++ b/engines/xeen/town.cpp @@ -688,7 +688,7 @@ Character *Town::doTavernOptions(Character *c) { } Common::String msg = Common::String::format("\x03""c\x0B""012%s", - _textStrings[(party._day % 10) + idx]); + _textStrings[(party._day % 10) + idx].c_str()); Window &w = screen._windows[12]; w.open(); w.writeString(msg); |