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 9ea8ae732a..b7209f83d8 100644
--- a/engines/titanic/moves/enter_sec_class_state.cpp
+++ b/engines/titanic/moves/enter_sec_class_state.cpp
@@ -98,7 +98,7 @@ bool CEnterSecClassState::StatusChangeMsg(CStatusChangeMsg *msg) {
bool CEnterSecClassState::MovieEndMsg(CMovieEndMsg *msg) {
CPetControl *pet = getPetControl();
if (pet) {
- pet->setRooms1CC(_mode);
+ pet->setRoomsSublevel(_mode);
pet->resetRoomsHighlight();
}