From 91fd236a530890c8e9b5f1e72c254cebce508f20 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 18 Dec 2016 10:12:10 -0500 Subject: TITANIC: Hide Titania's eye when leaving elevator 4 --- engines/titanic/game/transport/lift.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/titanic/game/transport/lift.cpp b/engines/titanic/game/transport/lift.cpp index c38e8a96f0..cb5bcf92a0 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"); } -- cgit v1.2.3