aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/map.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-05 15:10:42 -0500
committerPaul Gilbert2015-01-05 15:10:42 -0500
commit42165d21bb626e325d79d755bbf65b8b5044020f (patch)
treeab36b497cefc844236c70dfae6d35fa5167100bf /engines/xeen/map.h
parent86cdb68f4da1f43412bbbadca1e2c4a9a80c60d8 (diff)
downloadscummvm-rg350-42165d21bb626e325d79d755bbf65b8b5044020f.tar.gz
scummvm-rg350-42165d21bb626e325d79d755bbf65b8b5044020f.tar.bz2
scummvm-rg350-42165d21bb626e325d79d755bbf65b8b5044020f.zip
XEEN: Implement more map loading
Diffstat (limited to 'engines/xeen/map.h')
-rw-r--r--engines/xeen/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/map.h b/engines/xeen/map.h
index e52e978106..882e495a58 100644
--- a/engines/xeen/map.h
+++ b/engines/xeen/map.h
@@ -258,6 +258,8 @@ private:
int _townPortalSide;
int _sideObj;
int _sideMon;
+ bool _stepped;
+public:
bool _isOutdoors;
public:
Map(XeenEngine *vm);