aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/missiveomat.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-01 16:05:58 -0500
committerPaul Gilbert2017-01-01 16:05:58 -0500
commit63b8edea82e46be73486e90a41e81cf66e38be06 (patch)
tree25d644d069500daaaf2355a6598b5cdf306ffe06 /engines/titanic/game/missiveomat.cpp
parent8977fbcfbc9ddb484f034ad6546cf68457fef069 (diff)
downloadscummvm-rg350-63b8edea82e46be73486e90a41e81cf66e38be06.tar.gz
scummvm-rg350-63b8edea82e46be73486e90a41e81cf66e38be06.tar.bz2
scummvm-rg350-63b8edea82e46be73486e90a41e81cf66e38be06.zip
TITANIC: Fix display of individual messages in MissiveOMat
Diffstat (limited to 'engines/titanic/game/missiveomat.cpp')
-rw-r--r--engines/titanic/game/missiveomat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/missiveomat.cpp b/engines/titanic/game/missiveomat.cpp
index a244109801..e48da78af6 100644
--- a/engines/titanic/game/missiveomat.cpp
+++ b/engines/titanic/game/missiveomat.cpp
@@ -297,7 +297,7 @@ bool CMissiveOMat::MissiveOMatActionMsg(CMissiveOMatActionMsg *msg) {
_messageNum + 1, _totalMessages, _from[_messageNum].c_str(),
_to[_messageNum].c_str(), _messages[_messageNum].c_str());
- setText(str);
+ welcome->setText(str);
}
break;