aboutsummaryrefslogtreecommitdiff
path: root/engines/access/player.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-17 23:15:32 -0400
committerPaul Gilbert2014-08-17 23:15:32 -0400
commitd570da065ec422132b4dd409b9b4ecf9cea92fc8 (patch)
tree785de4a976ee172ecc375e93f2e73299e561e3da /engines/access/player.h
parent5ec8c445bd21e9b7fd592bf1cc8785a0d44bde23 (diff)
downloadscummvm-rg350-d570da065ec422132b4dd409b9b4ecf9cea92fc8.tar.gz
scummvm-rg350-d570da065ec422132b4dd409b9b4ecf9cea92fc8.tar.bz2
scummvm-rg350-d570da065ec422132b4dd409b9b4ecf9cea92fc8.zip
ACCESS: Fix selecting location for player to walk to
Diffstat (limited to 'engines/access/player.h')
-rw-r--r--engines/access/player.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/access/player.h b/engines/access/player.h
index b904e46170..b11cc4a826 100644
--- a/engines/access/player.h
+++ b/engines/access/player.h
@@ -51,7 +51,6 @@ private:
bool _collideFlag;
Direction _move;
int _xFlag, _yFlag;
- Common::Point _moveTo;
SpriteResource *_playerSprites1;
byte *_manPal1;
int _scrollEnd;
@@ -102,6 +101,8 @@ public:
// Additional public globals we've added to new Player class
bool _playerOff;
+ bool _playerMove;
+ Common::Point _moveTo;
bool _scrollFlag;
int _scrollThreshold;
int _scrollAmount;