aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/light_switch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/light_switch.cpp')
-rw-r--r--engines/titanic/game/light_switch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/light_switch.cpp b/engines/titanic/game/light_switch.cpp
index 0137ff9965..a5b44d2351 100644
--- a/engines/titanic/game/light_switch.cpp
+++ b/engines/titanic/game/light_switch.cpp
@@ -144,7 +144,7 @@ bool CLightSwitch::EnterRoomMsg(CEnterRoomMsg *msg) {
_flag = true;
CPetControl *pet = getPetControl();
if (pet)
- _turnOnTV = pet->isRoom59706();
+ _turnOnTV = pet->isFirstClassSuite();
return true;
}