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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/titanic/npcs/parrot.h b/engines/titanic/npcs/parrot.h
index 8568e27ba8..c178a2086a 100644
--- a/engines/titanic/npcs/parrot.h
+++ b/engines/titanic/npcs/parrot.h
@@ -58,15 +58,15 @@ public:
static ParrotState _state;
static bool _coreReplaced;
private:
- int _field108;
- CString _string2;
- int _field118;
- int _field11C;
+ int _unused1;
+ CString _carryParrot;
+ bool _canDrag;
+ int _unused2;
uint _lastSpeakTime;
int _newXp;
int _newXc;
- int _field12C;
- int _field130;
+ bool _canEatChicken;
+ int _eatOffsetX;
CMovePlayerTo *_panTarget;
public:
CLASSDEF;