aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 17:50:19 -0400
committerPaul Gilbert2016-07-10 16:37:49 -0400
commita15e299a06c8049cf4332ea2bf4b77ad0bd845e1 (patch)
treed8b875295dd665f56af3d1c245d5cd22f5fea21a /engines/titanic/pet_control/pet_control.h
parentecb14e9bc235df216fdcb8426688b455043f2ad0 (diff)
downloadscummvm-rg350-a15e299a06c8049cf4332ea2bf4b77ad0bd845e1.tar.gz
scummvm-rg350-a15e299a06c8049cf4332ea2bf4b77ad0bd845e1.tar.bz2
scummvm-rg350-a15e299a06c8049cf4332ea2bf4b77ad0bd845e1.zip
TITANIC: Implement messages PET 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 7ebdbbdfa2..2c706397ea 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -31,11 +31,11 @@
#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_message.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_sub7.h"
namespace Titanic {
@@ -59,7 +59,7 @@ private:
CPetRemote _remote;
CPetRooms _rooms;
CPetRealLife _realLife;
- CPetControlSub7 _sub7;
+ CPetMessage _message;
CPetFrame _frame;
CString _activeNPCName;
CString _string2;