aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 16:52:42 -0400
committerPaul Gilbert2016-07-10 16:37:47 -0400
commitb013d10d8f44e9f611ff205304f451e4e35ee14e (patch)
tree7527d6919a780c0bb920bdb8c8fc8210aa5c9019 /engines/titanic/pet_control/pet_control.h
parentd46d3f7b0dc6f3b401860f6274ebbf04710f06ca (diff)
downloadscummvm-rg350-b013d10d8f44e9f611ff205304f451e4e35ee14e.tar.gz
scummvm-rg350-b013d10d8f44e9f611ff205304f451e4e35ee14e.tar.bz2
scummvm-rg350-b013d10d8f44e9f611ff205304f451e4e35ee14e.zip
TITANIC: Implementing PET Nav Helmet section
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index b4c460e8bb..96c46a6845 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -31,10 +31,10 @@
#include "titanic/pet_control/pet_conversations.h"
#include "titanic/pet_control/pet_frame.h"
#include "titanic/pet_control/pet_inventory.h"
+#include "titanic/pet_control/pet_nav_helmet.h"
#include "titanic/pet_control/pet_real_life.h"
#include "titanic/pet_control/pet_remote.h"
#include "titanic/pet_control/pet_rooms.h"
-#include "titanic/pet_control/pet_control_sub5.h"
#include "titanic/pet_control/pet_control_sub7.h"
namespace Titanic {
@@ -55,10 +55,10 @@ private:
CPetSection *_sections[7];
CPetConversations _conversations;
CPetInventory _inventory;
+ CPetNavHelmet _navHelmet;
CPetRemote _remote;
CPetRooms _rooms;
CPetRealLife _realLife;
- CPetControlSub5 _sub5;
CPetControlSub7 _sub7;
CPetFrame _frame;
CString _activeNPCName;