summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-28 02:50:05 +0300
committerGitHub <noreply@github.com>2017-01-28 02:50:05 +0300
commita0d69352ee8dcdcd293ccc2762103864b073b455 (patch)
tree10b331a892ae1d1a32ae50ceb81f8fc49c854f5e /src/map/map.h
parent7d71a0828ccb4149d5ce8b13cd5bd2f84a911d6b (diff)
parentac005d74dd4d2ae318a56d2142cb997891e79bf6 (diff)
downloadhercules-a0d69352ee8dcdcd293ccc2762103864b073b455.tar.gz
hercules-a0d69352ee8dcdcd293ccc2762103864b073b455.tar.bz2
hercules-a0d69352ee8dcdcd293ccc2762103864b073b455.tar.xz
hercules-a0d69352ee8dcdcd293ccc2762103864b073b455.zip
Merge pull request #1562 from mekolat/chat-area
remove hardcoded chat area size
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index b76128762..8c5372093 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -47,6 +47,7 @@ enum E_MAPSERVER_ST {
#define MAX_NPC_PER_MAP 512
#define AREA_SIZE (battle->bc->area_size)
+#define CHAT_AREA_SIZE (battle->bc->chat_area_size)
#define DAMAGELOG_SIZE 30
#define LOOTITEM_SIZE 10
#define MAX_MOBSKILL 50