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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/map.h b/engines/xeen/map.h
index 6a061788ac..090619f6d0 100644
--- a/engines/xeen/map.h
+++ b/engines/xeen/map.h
@@ -367,7 +367,7 @@ public:
bool _currentIsEvent;
bool _currentIsObject;
int _currentMonsterFlags;
- int _currentWall;
+ MazeWallLayers _currentWall;
int _currentTile;
public:
Map(XeenEngine *vm);