From 16faf2dd340e03529cb98c31a7620b809fea7b06 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 17 Aug 2017 21:40:39 -0400 Subject: TITANIC: Have Parrot return after Perch is placed in cage --- engines/titanic/carry/central_core.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/titanic') diff --git a/engines/titanic/carry/central_core.cpp b/engines/titanic/carry/central_core.cpp index 457428ccfc..8b1e24d654 100644 --- a/engines/titanic/carry/central_core.cpp +++ b/engines/titanic/carry/central_core.cpp @@ -74,6 +74,8 @@ bool CCentralCore::DropZoneLostObjectMsg(CDropZoneLostObjectMsg *msg) { bool CCentralCore::DropZoneGotObjectMsg(CDropZoneGotObjectMsg *msg) { CString name = msg->_object->getName(); if (name == "PerchCoreHolder") { + CParrot::_takeOff = false; + if (isEquals("CentralCore")) { CParrot::_coreReplaced = true; CActMsg actMsg("CoreReplaced"); -- cgit v1.2.3