summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 1067b5b6..0bec3ef4 100644
--- a/src/map.h
+++ b/src/map.h
@@ -40,7 +40,7 @@ class Tileset;
typedef std::vector<Tileset*> Tilesets;
typedef std::vector<MapLayer*> Layers;
-#define DEFAULT_TILE_LENGTH 32
+const int DEFAULT_TILE_LENGTH = 32;
/**
* A meta tile stores additional information about a location on a tile map.