summaryrefslogtreecommitdiff
path: root/src/resources/map/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/map/map.cpp')
-rw-r--r--src/resources/map/map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp
index 8ad0c5977..bcc84417c 100644
--- a/src/resources/map/map.cpp
+++ b/src/resources/map/map.cpp
@@ -733,7 +733,7 @@ unsigned char Map::getBlockMask(const int x, const int y) const
return mMetaTiles[x + y * mWidth].blockmask;
}
-void Map::setWalk(const int x, const int y, const bool walkable A_UNUSED)
+void Map::setWalk(const int x, const int y)
{
blockTile(x, y, BlockType::GROUNDTOP);
}