diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-12-03 16:56:18 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-12-03 16:56:18 -0700 |
commit | b66d0b55a671af8193ae400920b0bf7bec82eae8 (patch) | |
tree | d38e71dae0485096ba4d24cf53101c57a0287d50 /src/map.h | |
parent | 53a6f9d15f3b3690d5ced9251f38608bf5585980 (diff) | |
download | mana-b66d0b55a671af8193ae400920b0bf7bec82eae8.tar.gz mana-b66d0b55a671af8193ae400920b0bf7bec82eae8.tar.bz2 mana-b66d0b55a671af8193ae400920b0bf7bec82eae8.tar.xz mana-b66d0b55a671af8193ae400920b0bf7bec82eae8.zip |
Remove some unneeded _SUPPORt ifdefs
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. |