summaryrefslogtreecommitdiff
path: root/src/maplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-19 20:59:49 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-19 20:59:49 +0300
commit378441b559615cc96150e64137ae2ce02d23d2f2 (patch)
tree10ceb5467000747f3b1d6f41c96ca5a595f57d4f /src/maplayer.h
parent11209f8ab3bfc738f0249e0cdfe6400f73cb0b85 (diff)
downloadplus-378441b559615cc96150e64137ae2ce02d23d2f2.tar.gz
plus-378441b559615cc96150e64137ae2ce02d23d2f2.tar.bz2
plus-378441b559615cc96150e64137ae2ce02d23d2f2.tar.xz
plus-378441b559615cc96150e64137ae2ce02d23d2f2.zip
fix some compilation issues in different platforms.
Diffstat (limited to 'src/maplayer.h')
-rw-r--r--src/maplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maplayer.h b/src/maplayer.h
index 410be05fa..62c6e86b7 100644
--- a/src/maplayer.h
+++ b/src/maplayer.h
@@ -89,7 +89,7 @@ class MapLayer final: public ConfigListener
public:
enum Type
{
- TILES,
+ TILES = 0,
COLLISION,
HEIGHTS
};