aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/parrot.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-21 17:13:18 -0500
committerPaul Gilbert2017-01-21 17:13:18 -0500
commitb8e7ace3d70a035a85f44f84c2c59ede709c1bc1 (patch)
tree11277c05908a9d718f4a621e75ef9fb334e0adce /engines/titanic/npcs/parrot.h
parent8691c4afdf8c1510ee7c10948050e19d0521fa35 (diff)
downloadscummvm-rg350-b8e7ace3d70a035a85f44f84c2c59ede709c1bc1.tar.gz
scummvm-rg350-b8e7ace3d70a035a85f44f84c2c59ede709c1bc1.tar.bz2
scummvm-rg350-b8e7ace3d70a035a85f44f84c2c59ede709c1bc1.zip
TITANIC: Renamings of CParrot fields
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;