mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-22 18:20:13 +01:00
Raised the size of MAX_RAW_INPUT_LENGTH so larger amounts of text can be pasted into editors at once
This commit is contained in:
parent
db5b776326
commit
2aed18ba52
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,7 @@
|
|||
|
||||
#define MAX_STRING_LENGTH 49152 /**< Max length of string, as defined */
|
||||
#define MAX_INPUT_LENGTH 512 /**< Max length per *line* of input */
|
||||
#define MAX_RAW_INPUT_LENGTH 1024 /**< Max size of *raw* input */
|
||||
#define MAX_RAW_INPUT_LENGTH (12 * 1024) /**< Max size of *raw* input */
|
||||
#define MAX_MESSAGES 60 /**< Max Different attack message types */
|
||||
#define MAX_NAME_LENGTH 20 /**< Max PC/NPC name length */
|
||||
#define MAX_PWD_LENGTH 30 /**< Max PC password length */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue