summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp
index 564f673da..362693722 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -1600,3 +1600,7 @@ uint8_t Map::getHeightOffset(const int x, const int y) const
return 0;
return mHeights->getHeight(x, y);
}
+
+void Map::setMask(const int mask)
+{
+}