summaryrefslogtreecommitdiff
path: root/src/resources/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r--src/resources/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h
index 80f74e0ae..c1b84ae83 100644
--- a/src/resources/map/map.h
+++ b/src/resources/map/map.h
@@ -156,7 +156,7 @@ class Map final : public Properties, public ConfigListener
const unsigned char blockWalkMask = BlockMask::WALL
| BlockMask::AIR | BlockMask::WATER) const A_WARN_UNUSED;
- void setWalk(const int x, const int y, const bool walkable);
+ void setWalk(const int x, const int y);
unsigned char getBlockMask(const int x, const int y) const;