aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/plug_in.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-11-11 15:24:53 -0500
committerPaul Gilbert2016-11-11 15:24:53 -0500
commit23af9d1a3cd3a991edb2417d215132c6bba773e7 (patch)
tree8b2d0415e8c294b9593f1d33877b98522a2b1cb7 /engines/titanic/carry/plug_in.cpp
parentddf9b7307f7b11c6d923cd9d6bf4222124cb04e2 (diff)
downloadscummvm-rg350-23af9d1a3cd3a991edb2417d215132c6bba773e7.tar.gz
scummvm-rg350-23af9d1a3cd3a991edb2417d215132c6bba773e7.tar.bz2
scummvm-rg350-23af9d1a3cd3a991edb2417d215132c6bba773e7.zip
TITANIC: Load more text strings from data file
Diffstat (limited to 'engines/titanic/carry/plug_in.cpp')
-rw-r--r--engines/titanic/carry/plug_in.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/plug_in.cpp b/engines/titanic/carry/plug_in.cpp
index 438b9a5883..55767ce9a8 100644
--- a/engines/titanic/carry/plug_in.cpp
+++ b/engines/titanic/carry/plug_in.cpp
@@ -50,7 +50,7 @@ bool CPlugIn::UseWithOtherMsg(CUseWithOtherMsg *msg) {
if (otherName == "PET") {
return CCarry::UseWithOtherMsg(msg);
} else if (isEquals("DatasideTransporter")) {
- CShowTextMsg textMsg("This item is incorrectly calibrated.");
+ CShowTextMsg textMsg(INCORRECTLY_CALIBRATED);
textMsg.execute("PET");
} else if (isEquals("DatasideTransporter")) {
error("TODO: Set msg->_other->fieldC4 = 2");