aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/parrot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/npcs/parrot.h')
-rw-r--r--engines/titanic/npcs/parrot.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/titanic/npcs/parrot.h b/engines/titanic/npcs/parrot.h
index ce0397fb71..37b2719264 100644
--- a/engines/titanic/npcs/parrot.h
+++ b/engines/titanic/npcs/parrot.h
@@ -52,11 +52,11 @@ class CParrot : public CTrueTalkNPC {
bool PanningAwayFromParrotMsg(CPanningAwayFromParrotMsg *msg);
bool LeaveRoomMsg(CLeaveRoomMsg *msg);
public:
- static int _v1;
- static int _v2;
- static int _v3;
+ static bool _eatingChicken;
+ static bool _takeOff;
+ static bool _unused;
static ParrotState _state;
- static int _v5;
+ static bool _coreReplaced;
private:
int _field108;
CString _string2;