aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-29 21:03:34 -0400
committerPaul Gilbert2016-03-29 21:03:34 -0400
commit8bb9679be0877f728628609f218832bea3c103d4 (patch)
tree67f78fbdd29bc59f727feed474ccc4603539c8cc /engines/titanic/pet_control/pet_control.h
parentf64657b44d80a7ec7c19d058ea9d13666cc1c690 (diff)
downloadscummvm-rg350-8bb9679be0877f728628609f218832bea3c103d4.tar.gz
scummvm-rg350-8bb9679be0877f728628609f218832bea3c103d4.tar.bz2
scummvm-rg350-8bb9679be0877f728628609f218832bea3c103d4.zip
TITANIC: Renaming for PET inventory 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 b0762736fb..e4ea16ef46 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -29,7 +29,7 @@
#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_control_sub4.h"
+#include "titanic/pet_control/pet_inventory_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"
@@ -46,7 +46,7 @@ private:
CPetControlSub1 _sub1;
CPetControlSub2 _sub2;
CPetControlSub3 _sub3;
- CPetControlSub4 _sub4;
+ CPetInventorySection _sub4;
CPetControlSub5 _sub5;
CPetControlSub6 _sub6;
CPetControlSub7 _sub7;