aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-01 18:51:18 -0400
committerPaul Gilbert2016-04-01 18:51:18 -0400
commit52905fdea9223713cbca6775e94dc7c64745f560 (patch)
treedd8da890a28b086e4e91d4cb99f1a956b8df2faa /engines/titanic/pet_control/pet_control.h
parent9affb67a3c83ead5ed4e3be2ea4d369a9c61d6f3 (diff)
downloadscummvm-rg350-52905fdea9223713cbca6775e94dc7c64745f560.tar.gz
scummvm-rg350-52905fdea9223713cbca6775e94dc7c64745f560.tar.bz2
scummvm-rg350-52905fdea9223713cbca6775e94dc7c64745f560.zip
TITANIC: Simplify the area switches used in PET control methods
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index 285d4f0ba9..d966960ff0 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -53,6 +53,7 @@ private:
int _fieldC0;
int _locked;
int _fieldC8;
+ CPetSection *_sections[7];
CPetConversationSection _conversations;
CPetInventorySection _inventory;
CPetRemoteSection _remote;