mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-long-message-crash' into 'master'
Fixed crash when sending a max character message See merge request kart-krew-dev/ring-racers!68
This commit is contained in:
commit
5d697e378f
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