diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -229,12 +229,10 @@ class Map : public Properties bool getWalk(int x, int y, unsigned char walkmask = BLOCKMASK_WALL) const; -#ifdef EATHENA_SUPPORT /** * Tells whether a tile is occupied by a being. */ bool occupied(int x, int y) const; -#endif /** * Returns the width of this map in tiles. |