aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/player.h
diff options
context:
space:
mode:
authorStrangerke2014-03-18 07:25:27 +0100
committerStrangerke2014-03-18 07:26:39 +0100
commita82a0f2618049c337ed36e55a3c3c89911c54e55 (patch)
treed385d45b61d441ab7a77453ae59cb6edfc3edb8e /engines/mads/player.h
parentd494db888e24c04261a46aa89d946ff3c7db3851 (diff)
downloadscummvm-rg350-a82a0f2618049c337ed36e55a3c3c89911c54e55.tar.gz
scummvm-rg350-a82a0f2618049c337ed36e55a3c3c89911c54e55.tar.bz2
scummvm-rg350-a82a0f2618049c337ed36e55a3c3c89911c54e55.zip
MADS: Complete scene 201
Diffstat (limited to 'engines/mads/player.h')
-rw-r--r--engines/mads/player.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/player.h b/engines/mads/player.h
index e330c650de..b997e26a02 100644
--- a/engines/mads/player.h
+++ b/engines/mads/player.h
@@ -38,7 +38,6 @@ private:
static const int _directionListIndexes[32];
private:
MADSEngine *_vm;
- MADSAction *_action;
bool _highSprites;
bool _spriteSetsPresent[PLAYER_SPRITES_FILE_COUNT];
int _currentDepth;
@@ -97,6 +96,8 @@ private:
void dirChanged();
public:
+ MADSAction *_action;
+
int _direction;
int _newDirection;
int _xDirection, _yDirection;