[Scummvm-git-logs] scummvm master -> 3f108f15755e7d5512f26de27bb299cbe26a542c

dreammaster dreammaster at scummvm.org
Sun Nov 13 03:17:21 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3f108f1575 TITANIC: Fix look text for SGT stateroom


Commit: 3f108f15755e7d5512f26de27bb299cbe26a542c
    https://github.com/scummvm/scummvm/commit/3f108f15755e7d5512f26de27bb299cbe26a542c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-11-12T21:17:14-05:00

Commit Message:
TITANIC: Fix look text for SGT stateroom

Changed paths:
    engines/titanic/game/sgt/sgt_nav.cpp



diff --git a/engines/titanic/game/sgt/sgt_nav.cpp b/engines/titanic/game/sgt/sgt_nav.cpp
index 6e3c88e..0b93e5f 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);





More information about the Scummvm-git-logs mailing list