diff options
-rw-r--r-- | engines/titanic/game/sgt/sgt_nav.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/sgt/sgt_nav.cpp b/engines/titanic/game/sgt/sgt_nav.cpp index 6e3c88e509..0b93e5fbe5 100644 --- a/engines/titanic/game/sgt/sgt_nav.cpp +++ b/engines/titanic/game/sgt/sgt_nav.cpp @@ -58,7 +58,7 @@ bool SGTNav::MouseButtonDownMsg(CMouseButtonDownMsg *msg) { offMsg.execute("Toilet"); changeView("SGTState.Node 2.E"); - } else if (_statics->_v1 == "Open") { + } else if (_statics->_v1 != "Open") { petDisplayMessage(1, YOUR_STATEROOM); } else if (_statics->_v6 == "Closed") { petDisplayMessage(1, BED_NOT_SUPPORT_YOUR_WEIGHT); |