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