From c887f550b55b6160f074cb3160a4442ca659fad9 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Fri, 5 Jan 2007 10:14:17 +0000 Subject: Implemented item dropping. --- src/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 6d366cb3..c8a6fdb3 100644 --- a/src/map.h +++ b/src/map.h @@ -202,12 +202,12 @@ class Map : public Properties /** * Tells whether a tile is occupied by a being. */ - bool occupied(int x, int y); + bool occupied(int x, int y) const; /** * Tells whether the given coordinates fall within the map boundaries. */ - bool contains(int x, int y); + bool contains(int x, int y) const; int mWidth, mHeight; int mTileWidth, mTileHeight; -- cgit v1.2.3-60-g2f50