mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Expand XD_ADDPLAYER buffer
This commit is contained in:
parent
72d2249e1f
commit
44f2ce7288
1 changed files with 1 additions and 1 deletions
|
|
@ -3882,7 +3882,7 @@ const char *name, uint8_t *key, const char *name2, uint8_t *key2,
|
||||||
const char *name3, uint8_t *key3, const char *name4, uint8_t *key4)
|
const char *name3, uint8_t *key3, const char *name4, uint8_t *key4)
|
||||||
{
|
{
|
||||||
INT32 n, newplayernum, i;
|
INT32 n, newplayernum, i;
|
||||||
UINT8 buf[4 + MAXPLAYERNAME + MAXAVAILABILITY];
|
UINT8 buf[4 + MAXPLAYERNAME + 32 + MAXAVAILABILITY];
|
||||||
UINT8 *buf_p = buf;
|
UINT8 *buf_p = buf;
|
||||||
boolean newplayer = false;
|
boolean newplayer = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue