mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-24 21:15:12 +00:00
Increase max chatbox message length to 500
This commit is contained in:
parent
df7e4b1fd1
commit
1c495d8cd4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue