mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 04:01:17 +00:00
We need a slightly larger MAX_INFO_STRING, boosted to 512.
This commit is contained in:
parent
5385056a9e
commit
0b7385ca76
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#ifndef _INFO_H
|
||||
#define _INFO_H
|
||||
|
||||
#define MAX_INFO_STRING 196
|
||||
#define MAX_INFO_STRING 512
|
||||
#define MAX_SERVERINFO_STRING 512
|
||||
#define MAX_LOCALINFO_STRING 32768
|
||||
|
||||
|
|
Loading…
Reference in a new issue