aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/carry_parrot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/carry_parrot.h')
-rw-r--r--engines/titanic/carry/carry_parrot.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/titanic/carry/carry_parrot.h b/engines/titanic/carry/carry_parrot.h
index 2980f26d8a..c42475e5f0 100644
--- a/engines/titanic/carry/carry_parrot.h
+++ b/engines/titanic/carry/carry_parrot.h
@@ -44,12 +44,8 @@ class CCarryParrot : public CCarry {
private:
CString _string6;
int _timerId;
- int _field13C;
- bool _field140;
- int _field144;
- int _field148;
- int _field14C;
- int _field150;
+ int _freeCounter;
+ bool _feathersFlag;
public:
CLASSDEF;
CCarryParrot();