summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-26 20:40:09 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-26 23:23:32 +0300
commit344fc37de3bbc385e04ee4109600625f9aefbeba (patch)
tree4eb8e274ff696d9b135110fbd107a3d6be4f9018 /src/map.cpp
parent7ba5e3db652be97b1007b1025d9d016e6d47ce13 (diff)
downloadplus-344fc37de3bbc385e04ee4109600625f9aefbeba.tar.gz
plus-344fc37de3bbc385e04ee4109600625f9aefbeba.tar.bz2
plus-344fc37de3bbc385e04ee4109600625f9aefbeba.tar.xz
plus-344fc37de3bbc385e04ee4109600625f9aefbeba.zip
add handling for map mask packet. (evol only)
Also change network version to 11.
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)
+{
+}