mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 12:01:43 +00:00
Update djui_chat_message.h
This commit is contained in:
parent
e62599c3da
commit
78883923e3
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include "djui.h"
|
||||
|
||||
#define MAX_CHAT_MSG_LENGTH 500
|
||||
#define MAX_CHAT_PACKET_LENGTH (MAX_CONFIG_STRING + MAX_CHAT_PACKET_LENGTH + 19)
|
||||
#define MAX_CHAT_PACKET_LENGTH (MAX_CONFIG_STRING + MAX_CHAT_MSG_LENGTH + 19)
|
||||
|
||||
struct DjuiChatMessage {
|
||||
struct DjuiBase base;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue