aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/parrot.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-07-05 18:23:23 -0400
committerPaul Gilbert2017-07-05 18:23:23 -0400
commit7ed7e022f1ef4cabb35cd38f8c04a1bb9bd6461f (patch)
tree1916bb54da9acca8519f3b286550355096584c0d /engines/titanic/npcs/parrot.h
parent6f46b174df5f861220b935e16ce998b66062e4ca (diff)
downloadscummvm-rg350-7ed7e022f1ef4cabb35cd38f8c04a1bb9bd6461f.tar.gz
scummvm-rg350-7ed7e022f1ef4cabb35cd38f8c04a1bb9bd6461f.tar.bz2
scummvm-rg350-7ed7e022f1ef4cabb35cd38f8c04a1bb9bd6461f.zip
TITANIC: Fix parrot to only eat hot plain chickens
Diffstat (limited to 'engines/titanic/npcs/parrot.h')
-rw-r--r--engines/titanic/npcs/parrot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/parrot.h b/engines/titanic/npcs/parrot.h
index d3558dfa3e..c3ba5a5fd6 100644
--- a/engines/titanic/npcs/parrot.h
+++ b/engines/titanic/npcs/parrot.h
@@ -66,7 +66,7 @@ private:
uint _lastSpeakTime;
int _newXp;
int _newXc;
- bool _canEatChicken;
+ bool _triedEatChicken;
int _eatOffsetX;
CMovePlayerTo *_panTarget;
public: