diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-26 20:40:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-26 23:23:32 +0300 |
commit | 344fc37de3bbc385e04ee4109600625f9aefbeba (patch) | |
tree | 4eb8e274ff696d9b135110fbd107a3d6be4f9018 /src/map.h | |
parent | 7ba5e3db652be97b1007b1025d9d016e6d47ce13 (diff) | |
download | mv-344fc37de3bbc385e04ee4109600625f9aefbeba.tar.gz mv-344fc37de3bbc385e04ee4109600625f9aefbeba.tar.bz2 mv-344fc37de3bbc385e04ee4109600625f9aefbeba.tar.xz mv-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |