mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-29 19:22:38 +00:00
Fixed crash when sending a max character message
This commit is contained in:
parent
f7afea7abb
commit
4bb035c7a5
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ struct resultsall_pak
|
|||
|
||||
struct say_pak
|
||||
{
|
||||
char message[HU_MAXMSGLEN];
|
||||
char message[HU_MAXMSGLEN + 1];
|
||||
UINT8 target;
|
||||
UINT8 flags;
|
||||
UINT8 source;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue