From 3f108f15755e7d5512f26de27bb299cbe26a542c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 12 Nov 2016 21:17:14 -0500 Subject: TITANIC: Fix look text for SGT stateroom --- engines/titanic/game/sgt/sgt_nav.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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); -- cgit v1.2.3