aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/map.h')
-rw-r--r--engines/xeen/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/map.h b/engines/xeen/map.h
index 17c3fc684f..6a061788ac 100644
--- a/engines/xeen/map.h
+++ b/engines/xeen/map.h
@@ -351,8 +351,6 @@ private:
int _mazeDataIndex;
bool _currentSteppedOn;
int _currentSurfaceId;
- int _currentWall;
- int _currentTile;
void loadEvents(int mapId);
@@ -369,6 +367,8 @@ public:
bool _currentIsEvent;
bool _currentIsObject;
int _currentMonsterFlags;
+ int _currentWall;
+ int _currentTile;
public:
Map(XeenEngine *vm);