diff options
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.cpp b/src/map.cpp index f252308b6..9f4805239 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -660,7 +660,7 @@ bool Map::getWalk(int x, int y, unsigned char walkmask) const return !(mMetaTiles[x + y * mWidth].blockmask & walkmask); } -void Map::setWalk(int x, int y, bool walkable) +void Map::setWalk(int x, int y, bool walkable A_UNUSED) { blockTile(x, y, Map::BLOCKTYPE_GROUNDTOP); } |