summaryrefslogtreecommitdiff
path: root/src/resources/map
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-28 12:55:04 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-28 12:55:04 +0300
commit3d944b6d5ee981464f6eea4e9034d5aeb7b9423a (patch)
treecb03b9a55f0fb26853243292a05c3ddbcb4071fb /src/resources/map
parentedfc1181738ac3cb0228006952361cd8cf3a35fb (diff)
downloadplus-3d944b6d5ee981464f6eea4e9034d5aeb7b9423a.tar.gz
plus-3d944b6d5ee981464f6eea4e9034d5aeb7b9423a.tar.bz2
plus-3d944b6d5ee981464f6eea4e9034d5aeb7b9423a.tar.xz
plus-3d944b6d5ee981464f6eea4e9034d5aeb7b9423a.zip
Ignore map layer with name "Actions" for future usage.
Diffstat (limited to 'src/resources/map')
-rw-r--r--src/resources/map/maplayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/map/maplayer.h b/src/resources/map/maplayer.h
index 59276a378..1fd3552e1 100644
--- a/src/resources/map/maplayer.h
+++ b/src/resources/map/maplayer.h
@@ -50,7 +50,8 @@ class MapLayer final: public ConfigListener
{
TILES = 0,
COLLISION,
- HEIGHTS
+ HEIGHTS,
+ ACTIONS
};
friend class Map;