Merge branch 'snac-bruh' into 'master'

Try to set a 21 character name and SIGABRT

See merge request STJr/SRB2!689
This commit is contained in:
James R 2020-01-16 20:32:58 -05:00
commit d4e0bfe87f
1 changed files with 1 additions and 1 deletions

View File

@ -1174,7 +1174,7 @@ static INT32 snacpending = 0, snac2pending = 0, chmappending = 0;
//
static void SendNameAndColor(void)
{
char buf[MAXPLAYERNAME+2];
char buf[MAXPLAYERNAME+6];
char *p;
p = buf;