aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/player.h')
-rw-r--r--engines/mads/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/player.h b/engines/mads/player.h
index 754ac7edc8..afd55b2686 100644
--- a/engines/mads/player.h
+++ b/engines/mads/player.h
@@ -118,7 +118,9 @@ public:
bool _visible;
bool _priorVisible;
bool _visible3;
+ bool _walkAnywhere;
int _frameNum;
+ bool _loadsFirst;
Common::Point _playerPos;
Common::Point _destPos;
Common::Point _posChange;