Increase max chatbox message length to 500
This commit is contained in:
parent
df7e4b1fd1
commit
1c495d8cd4
|
@ -12,7 +12,7 @@ bool gDjuiChatBoxFocus = false;
|
|||
static bool sDjuiChatBoxClearText = false;
|
||||
|
||||
#define MAX_HISTORY_SIZE 256
|
||||
#define MAX_MSG_LENGTH 201
|
||||
#define MAX_MSG_LENGTH 501
|
||||
|
||||
typedef struct {
|
||||
s32 initialized;
|
||||
|
|
Loading…
Reference in New Issue