aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/call_pellerator.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-10 23:16:15 -0400
committerPaul Gilbert2016-09-10 23:16:15 -0400
commit8eaf094bf59a30255f6e981bd9e1c593fc17b2fb (patch)
tree261f0fad2c6db5d75da682d9c7f43a74fee24a77 /engines/titanic/moves/call_pellerator.cpp
parentcb33eca327414837d9095b7797a1996705fd768f (diff)
downloadscummvm-rg350-8eaf094bf59a30255f6e981bd9e1c593fc17b2fb.tar.gz
scummvm-rg350-8eaf094bf59a30255f6e981bd9e1c593fc17b2fb.tar.bz2
scummvm-rg350-8eaf094bf59a30255f6e981bd9e1c593fc17b2fb.zip
TITANIC: Move text messages to DAT file
Diffstat (limited to 'engines/titanic/moves/call_pellerator.cpp')
-rw-r--r--engines/titanic/moves/call_pellerator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/moves/call_pellerator.cpp b/engines/titanic/moves/call_pellerator.cpp
index 0dd8195277..75edd50a25 100644
--- a/engines/titanic/moves/call_pellerator.cpp
+++ b/engines/titanic/moves/call_pellerator.cpp
@@ -47,7 +47,7 @@ bool CCallPellerator::EnterViewMsg(CEnterViewMsg *msg) {
CString name = getFullViewName();
if (name == "TopOfWell.Node 6.S") {
- petDisplayMessage(2, "You are standing outside the Pellerator.");
+ petDisplayMessage(2, STANDING_OUTSIDE_PELLERATOR);
}
petSetRemoteTarget();
@@ -64,7 +64,7 @@ bool CCallPellerator::PETActivateMsg(CPETActivateMsg *msg) {
if (msg->_name == "Pellerator") {
if (petDoorOrBellbotPresent()) {
- petDisplayMessage("I'm sorry, you cannot enter this pellerator at present as a bot is in the way.");
+ petDisplayMessage(BOT_BLOCKING_PELLERATOR);
} else if (name == "Bar.Node 1.S") {
changeView("Pellerator.Node 1.S");
} else {