mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
nuke the max message lengths from qdefs.h
This commit is contained in:
parent
e1e56c417d
commit
9209138fac
2 changed files with 2 additions and 3 deletions
|
@ -41,9 +41,6 @@
|
|||
#define MAX_STYLESTRING 64
|
||||
#define MAX_EDICTS 768
|
||||
#define MAX_LIGHTSTYLES 64
|
||||
#define MAX_DATAGRAM 1450
|
||||
|
||||
#define MAX_MSGLEN 1450
|
||||
|
||||
#define clc_stringcmd 4
|
||||
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
#include "QF/qdefs.h"
|
||||
#include "QF/sizebuf.h"
|
||||
|
||||
#include "bothdefs.h"
|
||||
|
||||
#define PORT_ANY -1
|
||||
|
||||
typedef struct
|
||||
|
|
Loading…
Reference in a new issue