aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/parrot/parrot_perch_holder.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-18 20:54:05 -0500
committerPaul Gilbert2017-01-18 20:54:05 -0500
commit12ebe10d0178ecbdec1cc58e165926cb58cb13ff (patch)
tree5c339ba572f89eb0814070d4e8f33f607f0ff5ee /engines/titanic/game/parrot/parrot_perch_holder.cpp
parenta4997f62cc51575b914e15a90923058cb5c58bac (diff)
downloadscummvm-rg350-12ebe10d0178ecbdec1cc58e165926cb58cb13ff.tar.gz
scummvm-rg350-12ebe10d0178ecbdec1cc58e165926cb58cb13ff.tar.bz2
scummvm-rg350-12ebe10d0178ecbdec1cc58e165926cb58cb13ff.zip
TITANIC: Renaming of CParrot statics, miscellaneous fixes
Diffstat (limited to 'engines/titanic/game/parrot/parrot_perch_holder.cpp')
-rw-r--r--engines/titanic/game/parrot/parrot_perch_holder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/parrot/parrot_perch_holder.cpp b/engines/titanic/game/parrot/parrot_perch_holder.cpp
index 557f70437a..fb7564ea17 100644
--- a/engines/titanic/game/parrot/parrot_perch_holder.cpp
+++ b/engines/titanic/game/parrot/parrot_perch_holder.cpp
@@ -45,7 +45,7 @@ void CParrotPerchHolder::load(SimpleFile *file) {
}
bool CParrotPerchHolder::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
- if (!CParrot::_v1) {
+ if (!CParrot::_eatingChicken) {
if (CCage::_open) {
petDisplayMessage(CANNOT_TAKE_CAGE_LOCKED);
} else if (CParrot::_state == PARROT_IN_CAGE) {