aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_state.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-21 20:53:49 -0400
committerPaul Gilbert2016-03-21 20:53:49 -0400
commit217360d0c5a0b8289c16b22fc46782c475fcc9f5 (patch)
tree5fef119ff142d15d2bd91e99dfc9700f86ac38ed /engines/titanic/game_state.h
parent9a66bc2e9e3638af940053ac58df36b489b3e345 (diff)
downloadscummvm-rg350-217360d0c5a0b8289c16b22fc46782c475fcc9f5.tar.gz
scummvm-rg350-217360d0c5a0b8289c16b22fc46782c475fcc9f5.tar.bz2
scummvm-rg350-217360d0c5a0b8289c16b22fc46782c475fcc9f5.zip
TITANIC: Add new derived Rect and Point classes
Diffstat (limited to 'engines/titanic/game_state.h')
-rw-r--r--engines/titanic/game_state.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/game_state.h b/engines/titanic/game_state.h
index 37bb603317..49bcbcdd97 100644
--- a/engines/titanic/game_state.h
+++ b/engines/titanic/game_state.h
@@ -53,13 +53,13 @@ public:
int _fieldC;
GameStateMode _mode;
int _field14;
- int _field18;
+ bool _petActive;
int _field1C;
int _field20;
int _field24;
uint _nodeChangeCtr;
uint32 _nodeEnterTicks;
- Common::Point _mousePos;
+ Point _mousePos;
int _field38;
public:
CGameState(CGameManager *gameManager);
@@ -82,7 +82,7 @@ public:
/**
* Sets the current mouse position
*/
- void setMousePos(const Common::Point &pt);
+ void setMousePos(const Point &pt);
/**
* Called by the PET when a new node is entered