aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index 96c46a6845..7ebdbbdfa2 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -62,7 +62,6 @@ private:
CPetControlSub7 _sub7;
CPetFrame _frame;
CString _activeNPCName;
- CTreeItem *_treeItem2;
CString _string2;
CRoomItem *_hiddenRoom;
Rect _drawBounds;
@@ -114,6 +113,7 @@ protected:
public:
PetArea _currentArea;
CTreeItem *_activeNPC;
+ CTreeItem *_treeItem2;
public:
CLASSDEF
CPetControl();