summaryrefslogtreecommitdiff
path: root/src/game-server/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/map.hpp')
-rw-r--r--src/game-server/map.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game-server/map.hpp b/src/game-server/map.hpp
index 54a61283..3d28430a 100644
--- a/src/game-server/map.hpp
+++ b/src/game-server/map.hpp
@@ -28,6 +28,8 @@
#include <map>
#include <string>
+const unsigned int DEFAULT_TILE_WIDTH = 32;
+const unsigned int DEFAULT_TILE_HEIGHT = 32;
struct PATH_NODE {
PATH_NODE(unsigned short u, unsigned short v)