From a397e43494e3e4ffb4015b52c04f026dcaa7e3ca Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Wed, 7 Feb 2007 05:20:22 +0000 Subject: - Moved CHAT_SIZE back to map.h because log_atcommand uses it on sql builds. (moved to clif.c in r9811) [FlavioJS] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9814 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 3 --- src/map/map.h | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src/map') diff --git a/src/map/clif.c b/src/map/clif.c index d7358d13f..2f9039dd0 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -4,9 +4,6 @@ #define DUMP_UNKNOWN_PACKET 0 #define DUMP_ALL_PACKETS 0 -//Talk max size: : [Skotlex] -#define CHAT_SIZE (NAME_LENGTH + 3 + CHATBOX_SIZE) - #include #include #include diff --git a/src/map/map.h b/src/map/map.h index b227ed4f3..cc6228bd2 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -164,6 +164,8 @@ enum { #define MESSAGE_SIZE 80 //String length you can write in the 'talking box' #define CHATBOX_SIZE 70 +//Talk max size: : [Skotlex] +#define CHAT_SIZE (NAME_LENGTH + 3 + CHATBOX_SIZE) #define DEFAULT_AUTOSAVE_INTERVAL 5*60*1000 -- cgit v1.2.3-70-g09d2