summaryrefslogtreecommitdiff
path: root/src/map.h
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.h
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.h')
-rw-r--r--src/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index 3bddd0c83..89e62e4fc 100644
--- a/src/map.h
+++ b/src/map.h
@@ -430,6 +430,8 @@ class Map final : public Properties, public ConfigListener
uint8_t getHeightOffset(const int x, const int y) const;
+ void setMask(const int mask);
+
protected:
friend class Actor;
friend class Minimap;