aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 17:16:22 -0400
committerPaul Gilbert2016-07-10 16:37:48 -0400
commitecb14e9bc235df216fdcb8426688b455043f2ad0 (patch)
tree6165447f4b163e00901ecc55d0cf36709ace4619 /engines/titanic/pet_control/pet_control.h
parentb013d10d8f44e9f611ff205304f451e4e35ee14e (diff)
downloadscummvm-rg350-ecb14e9bc235df216fdcb8426688b455043f2ad0.tar.gz
scummvm-rg350-ecb14e9bc235df216fdcb8426688b455043f2ad0.tar.bz2
scummvm-rg350-ecb14e9bc235df216fdcb8426688b455043f2ad0.zip
TITANIC: Implement more NavHelmet section
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();