aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/enter_sec_class_state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/enter_sec_class_state.cpp')
-rw-r--r--engines/titanic/moves/enter_sec_class_state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/moves/enter_sec_class_state.cpp b/engines/titanic/moves/enter_sec_class_state.cpp
index 853a00d590..af2bc4ac00 100644
--- a/engines/titanic/moves/enter_sec_class_state.cpp
+++ b/engines/titanic/moves/enter_sec_class_state.cpp
@@ -52,7 +52,7 @@ bool CEnterSecClassState::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
playSound("b#105.wav");
petDisplayMessage(1, CLASS_NOT_PERMITTED_IN_AREA);
} else if (!compareRoomNameTo("SecClassLittleLift") || _mode == 2) {
- CActMsg actMsg(getFullViewName().deleteRight(3) + ".S");
+ CActMsg actMsg(getFullViewName().deleteRight(2) + ".S");
actMsg.execute("SecClassRoomLeaver");
changeView("secClassState.Node 01.N");
}