diff options
author | Paul Gilbert | 2017-08-17 21:40:39 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-08-17 21:40:39 -0400 |
commit | 16faf2dd340e03529cb98c31a7620b809fea7b06 (patch) | |
tree | c4db51a7d13350f76b47626f98022437bd969a35 /engines | |
parent | ee458e557eeb1c5efea03fc3e6180808b0fe5ecd (diff) | |
download | scummvm-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.cpp | 2 |
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"); |