From 3d944b6d5ee981464f6eea4e9034d5aeb7b9423a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Feb 2016 12:55:04 +0300 Subject: Ignore map layer with name "Actions" for future usage. --- src/resources/map/maplayer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/resources/map') 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; -- cgit v1.2.3-60-g2f50