summaryrefslogtreecommitdiff
path: root/src/game-server/map.hpp
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2008-08-13 21:11:15 +0000
committerYohann Ferreira <bertram@cegetel.net>2008-08-13 21:11:15 +0000
commit35dcb50b5fefae76c5d9a88ffc27faaa96eaa9eb (patch)
treeb25d119eadc46a1e3b52932d128c41fe9959797e /src/game-server/map.hpp
parent052c03225c4f23bb50cd8d8e24a8a355656bcc07 (diff)
downloadmanaserv-35dcb50b5fefae76c5d9a88ffc27faaa96eaa9eb.tar.gz
manaserv-35dcb50b5fefae76c5d9a88ffc27faaa96eaa9eb.tar.bz2
manaserv-35dcb50b5fefae76c5d9a88ffc27faaa96eaa9eb.tar.xz
manaserv-35dcb50b5fefae76c5d9a88ffc27faaa96eaa9eb.zip
Corrected the distance needed to speak to NPC and trade with others
characters.
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)