aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/enter_exit_first_class_state.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/enter_exit_first_class_state.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/enter_exit_first_class_state.cpp')
-rw-r--r--engines/titanic/moves/enter_exit_first_class_state.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/titanic/moves/enter_exit_first_class_state.cpp b/engines/titanic/moves/enter_exit_first_class_state.cpp
index 34e9984aa7..efdead533a 100644
--- a/engines/titanic/moves/enter_exit_first_class_state.cpp
+++ b/engines/titanic/moves/enter_exit_first_class_state.cpp
@@ -52,12 +52,11 @@ bool CEnterExitFirstClassState::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
break;
case 2:
- petDisplayMessage(1, "This room is reserved for the exclusive use of first class passengeres."
- " That does not currently include you");
+ petDisplayMessage(1, ROOM_RESERVED_FOR_FIRST_CLASS);
break;
default:
- petDisplayMessage("No losers.");
+ petDisplayMessage(NO_LOSERS);
break;
}