diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
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: <name> : <message of 70> [Skotlex] +#define CHAT_SIZE (NAME_LENGTH + 3 + CHATBOX_SIZE) #define DEFAULT_AUTOSAVE_INTERVAL 5*60*1000 |