aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-17 21:40:39 -0400
committerPaul Gilbert2017-08-17 21:40:39 -0400
commit16faf2dd340e03529cb98c31a7620b809fea7b06 (patch)
treec4db51a7d13350f76b47626f98022437bd969a35 /engines
parentee458e557eeb1c5efea03fc3e6180808b0fe5ecd (diff)
downloadscummvm-rg350-16faf2dd340e03529cb98c31a7620b809fea7b06.tar.gz
scummvm-rg350-16faf2dd340e03529cb98c31a7620b809fea7b06.tar.bz2
scummvm-rg350-16faf2dd340e03529cb98c31a7620b809fea7b06.zip
TITANIC: Have Parrot return after Perch is placed in cage
Diffstat (limited to 'engines')
-rw-r--r--engines/titanic/carry/central_core.cpp2
1 files changed, 2 insertions, 0 deletions
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");