diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.h b/src/map/map.h index a547af985..b227ed4f3 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -159,11 +159,11 @@ enum { MAPID_BABY_SOUL_LINKER, }; -//Talk max size: <name> : <message of 70> [Skotlex] -#define CHAT_SIZE (NAME_LENGTH + 3 + 70) //Max size when inputting a string with those 'npc input boxes' //(also used for Graffiti, Talkie Box, Vending, and Chatrooms) #define MESSAGE_SIZE 80 +//String length you can write in the 'talking box' +#define CHATBOX_SIZE 70 #define DEFAULT_AUTOSAVE_INTERVAL 5*60*1000 |