aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-29 21:19:12 -0400
committerPaul Gilbert2016-03-29 21:19:12 -0400
commit8a45f47c2e1e483b5a17b2d4abe22473eaf1e143 (patch)
tree38d105edf8d1acae7b8f51f24aceea4010abb6d8 /engines/titanic/pet_control/pet_control.h
parent8bb9679be0877f728628609f218832bea3c103d4 (diff)
downloadscummvm-rg350-8a45f47c2e1e483b5a17b2d4abe22473eaf1e143.tar.gz
scummvm-rg350-8a45f47c2e1e483b5a17b2d4abe22473eaf1e143.tar.bz2
scummvm-rg350-8a45f47c2e1e483b5a17b2d4abe22473eaf1e143.zip
TITANIC: More renamings of PET sections
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index e4ea16ef46..d6fc9d01a2 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -26,10 +26,10 @@
#include "titanic/core/game_object.h"
#include "titanic/core/node_item.h"
#include "titanic/core/room_item.h"
-#include "titanic/pet_control/pet_control_sub1.h"
-#include "titanic/pet_control/pet_control_sub2.h"
-#include "titanic/pet_control/pet_control_sub3.h"
+#include "titanic/pet_control/pet_conversation_section.h"
#include "titanic/pet_control/pet_inventory_section.h"
+#include "titanic/pet_control/pet_remote_section.h"
+#include "titanic/pet_control/pet_rooms_section.h"
#include "titanic/pet_control/pet_control_sub5.h"
#include "titanic/pet_control/pet_control_sub6.h"
#include "titanic/pet_control/pet_control_sub7.h"
@@ -43,10 +43,10 @@ private:
int _fieldC0;
int _fieldC4;
int _fieldC8;
- CPetControlSub1 _sub1;
- CPetControlSub2 _sub2;
- CPetControlSub3 _sub3;
- CPetInventorySection _sub4;
+ CPetConversationSection _convSection;
+ CPetInventorySection _invSection;
+ CPetRemoteSection _remoteSection;
+ CPetRoomsSection _roomsSection;
CPetControlSub5 _sub5;
CPetControlSub6 _sub6;
CPetControlSub7 _sub7;