From 98c8fa3aa9c9bbd2d4dbf87118dd66802b3ad803 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 18 Dec 2016 19:35:30 -0500 Subject: TITANIC: Fixes for replacing eye in elevator 4, renaming in CGameObject --- engines/titanic/carry/eye.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/titanic/carry') diff --git a/engines/titanic/carry/eye.cpp b/engines/titanic/carry/eye.cpp index fc480b8ec0..148d2ea154 100644 --- a/engines/titanic/carry/eye.cpp +++ b/engines/titanic/carry/eye.cpp @@ -70,6 +70,7 @@ bool CEye::UseWithOtherMsg(CUseWithOtherMsg *msg) { CActMsg actMsg1(getName()); actMsg1.execute("GetLiftEye"); + CTelevision::_eyeFlag = true; CActMsg actMsg2("AddWrongHead"); actMsg2.execute("FaultyLiftbot"); } -- cgit v1.2.3