summaryrefslogtreecommitdiff
path: root/src/game-server/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/map.hpp')
-rw-r--r--src/game-server/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/map.hpp b/src/game-server/map.hpp
index bbc33fea..059d9826 100644
--- a/src/game-server/map.hpp
+++ b/src/game-server/map.hpp
@@ -128,7 +128,7 @@ class Map
/**
* Gets walkability for a tile with a blocking bitmask
*/
- bool getWalk(int x, int y, char walkmask) const;
+ bool getWalk(int x, int y, char walkmask = BLOCKMASK_WALL) const;
/**
* Returns the width of this map.