summaryrefslogtreecommitdiff
path: root/src/resources/map/speciallayer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-11 16:16:29 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-11 16:16:29 +0300
commit835dd846af75ea2cfc91f0134156f9c6545dd8ce (patch)
tree0629a5d7723d500ffcf3c895a1af4cd2b993d93a /src/resources/map/speciallayer.cpp
parent20310ca4fa87856a2ac487ce70835384759b979b (diff)
downloadmv-835dd846af75ea2cfc91f0134156f9c6545dd8ce.tar.gz
mv-835dd846af75ea2cfc91f0134156f9c6545dd8ce.tar.bz2
mv-835dd846af75ea2cfc91f0134156f9c6545dd8ce.tar.xz
mv-835dd846af75ea2cfc91f0134156f9c6545dd8ce.zip
Move map consts into separate file.
Diffstat (limited to 'src/resources/map/speciallayer.cpp')
-rw-r--r--src/resources/map/speciallayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/speciallayer.cpp b/src/resources/map/speciallayer.cpp
index 2ebb6ef51..284069589 100644
--- a/src/resources/map/speciallayer.cpp
+++ b/src/resources/map/speciallayer.cpp
@@ -20,7 +20,7 @@
#include "resources/map/speciallayer.h"
-#include "resources/map/map.h"
+#include "resources/map/mapconsts.h"
#include "resources/map/mapitem.h"
#include "resources/map/maplayer.h"