[Scummvm-git-logs] scummvm master -> 91fd236a530890c8e9b5f1e72c254cebce508f20

dreammaster dreammaster at scummvm.org
Sun Dec 18 16:12:13 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:
91fd236a53 TITANIC: Hide Titania's eye when leaving elevator 4


Commit: 91fd236a530890c8e9b5f1e72c254cebce508f20
    https://github.com/scummvm/scummvm/commit/91fd236a530890c8e9b5f1e72c254cebce508f20
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-12-18T10:12:10-05:00

Commit Message:
TITANIC: Hide Titania's eye when leaving elevator 4

Changed paths:
    engines/titanic/game/transport/lift.cpp


diff --git a/engines/titanic/game/transport/lift.cpp b/engines/titanic/game/transport/lift.cpp
index c38e8a9..cb5bcf9 100644
--- a/engines/titanic/game/transport/lift.cpp
+++ b/engines/titanic/game/transport/lift.cpp
@@ -273,7 +273,7 @@ bool CLift::LeaveRoomMsg(CLeaveRoomMsg *msg) {
 
 	CPetControl *pet = getPetControl();
 	if (pet->getRoomsElevatorNum() == 4 && _v1 == 1 && !_v6) {
-		CVisibleMsg visibleMsg;
+		CVisibleMsg visibleMsg(false);
 		visibleMsg.execute("Eye2");
 	}
 





More information about the Scummvm-git-logs mailing list