aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-31 20:27:28 -0400
committerPaul Gilbert2016-03-31 20:27:28 -0400
commit24a2fc7e853d826f184bcd977e69a0d906f327a7 (patch)
treea04ae7ccb84024d4bf9b36b8fd8738a63cb12014 /engines/titanic/pet_control/pet_control.h
parentd94b1dc7bb68ee1641edcbbd31fd40ef7e5dc442 (diff)
downloadscummvm-rg350-24a2fc7e853d826f184bcd977e69a0d906f327a7.tar.gz
scummvm-rg350-24a2fc7e853d826f184bcd977e69a0d906f327a7.tar.bz2
scummvm-rg350-24a2fc7e853d826f184bcd977e69a0d906f327a7.zip
TITANIC: Implement CPetFrame setup and drawing code
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index 4f101caaf5..4fcfe6e7a4 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -39,7 +39,6 @@ namespace Titanic {
class CPetControl : public CGameObject {
private:
- PetArea _currentArea;
int _fieldC0;
int _locked;
int _fieldC8;
@@ -88,6 +87,8 @@ private:
*/
CRoomItem *getHiddenRoom();
public:
+ PetArea _currentArea;
+public:
CLASSDEF
CPetControl();