diff options
Diffstat (limited to 'engines/xeen/map.h')
-rw-r--r-- | engines/xeen/map.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/xeen/map.h b/engines/xeen/map.h index 7255552d5d..17c3fc684f 100644 --- a/engines/xeen/map.h +++ b/engines/xeen/map.h @@ -351,6 +351,8 @@ private: int _mazeDataIndex; bool _currentSteppedOn; int _currentSurfaceId; + int _currentWall; + int _currentTile; void loadEvents(int mapId); @@ -377,6 +379,8 @@ public: void setCellSurfaceFlags(const Common::Point &pt, int bits); void saveMaze(); + + int getCell(int idx); }; } // End of namespace Xeen |