From 7e35fd53d5fdc658facfce281577421296f8e3c1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 15 Oct 2015 22:00:10 +0300 Subject: Simplify setWall function in map. --- src/resources/map/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/map/map.h') 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; -- cgit v1.2.3-70-g09d2