[Scummvm-git-logs] scummvm master -> 37863e5a755f9abecbe803f5337de0d030b10709

dreammaster dreammaster at scummvm.org
Tue Aug 15 03:26:43 CEST 2017


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:
37863e5a75 TITANIC: Stop showing lift 4 floor on SGT TV after getting eye


Commit: 37863e5a755f9abecbe803f5337de0d030b10709
    https://github.com/scummvm/scummvm/commit/37863e5a755f9abecbe803f5337de0d030b10709
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-14T21:26:37-04:00

Commit Message:
TITANIC: Stop showing lift 4 floor on SGT TV after getting eye

Changed paths:
    engines/titanic/game/get_lift_eye2.cpp


diff --git a/engines/titanic/game/get_lift_eye2.cpp b/engines/titanic/game/get_lift_eye2.cpp
index afb2266..5ce51b1 100644
--- a/engines/titanic/game/get_lift_eye2.cpp
+++ b/engines/titanic/game/get_lift_eye2.cpp
@@ -92,6 +92,7 @@ bool CGetLiftEye2::MouseDragStartMsg(CMouseDragStartMsg *msg) {
 		dragMsg.execute(*_destObject);
 
 		msg->_dragItem = getRoot()->findByName(*_destObject);
+		*_destObject = "NULL";
 		return true;
 	} else {
 		return false;





More information about the Scummvm-git-logs mailing list