diff options
Diffstat (limited to 'engines/xeen/map.h')
-rw-r--r-- | engines/xeen/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/map.h b/engines/xeen/map.h index 499b451bbc..f878a0d0d5 100644 --- a/engines/xeen/map.h +++ b/engines/xeen/map.h @@ -370,7 +370,7 @@ public: bool _currentIsEvent; int _currentSky; int _currentMonsterFlags; - MazeWallLayers _currentWall; + int _currentWall; int _currentTile; int _currentSurfaceId; bool _currentSteppedOn; |