mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
use MAX_CLIENTS instead of 32 for MAX_PHYSENTS
This commit is contained in:
parent
d8c1c735a6
commit
f6729e35e5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ typedef struct
|
|||
} pmtrace_t;
|
||||
|
||||
|
||||
#define MAX_PHYSENTS (32 + MAX_PACKET_ENTITIES)
|
||||
#define MAX_PHYSENTS (MAX_CLIENTS + MAX_PACKET_ENTITIES)
|
||||
typedef struct
|
||||
{
|
||||
vec3_t origin;
|
||||
|
|
Loading…
Reference in a new issue