aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_tiania.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/exit_tiania.cpp')
-rw-r--r--engines/titanic/moves/exit_tiania.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/titanic/moves/exit_tiania.cpp b/engines/titanic/moves/exit_tiania.cpp
index fb0f149ba9..63c1cbae4e 100644
--- a/engines/titanic/moves/exit_tiania.cpp
+++ b/engines/titanic/moves/exit_tiania.cpp
@@ -54,8 +54,7 @@ void CExitTiania::load(SimpleFile *file) {
bool CExitTiania::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
if (getPassengerClass() == 4) {
- petDisplayMessage(1, "For mysterious and unknowable reasons, "
- "this transport is temporarily out of order.");
+ petDisplayMessage(1, TRANSPORT_OUT_OF_ORDER);
} else {
lockMouse();
for (int idx = 0; idx < 3; ++idx)