diff options
author | Paul Gilbert | 2016-12-18 19:35:30 -0500 |
---|---|---|
committer | Paul Gilbert | 2016-12-18 19:35:30 -0500 |
commit | 98c8fa3aa9c9bbd2d4dbf87118dd66802b3ad803 (patch) | |
tree | a977e754fc00fad9a47ae67b9134eda4677732c4 /engines/titanic/carry | |
parent | ee802724166c6cd8969493fac8660037fdd4774c (diff) | |
download | scummvm-rg350-98c8fa3aa9c9bbd2d4dbf87118dd66802b3ad803.tar.gz scummvm-rg350-98c8fa3aa9c9bbd2d4dbf87118dd66802b3ad803.tar.bz2 scummvm-rg350-98c8fa3aa9c9bbd2d4dbf87118dd66802b3ad803.zip |
TITANIC: Fixes for replacing eye in elevator 4, renaming in CGameObject
Diffstat (limited to 'engines/titanic/carry')
-rw-r--r-- | engines/titanic/carry/eye.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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"); } |