diff options
Diffstat (limited to 'src/maplayer.h')
-rw-r--r-- | src/maplayer.h | 2 |
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 }; |