diff options
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r-- | src/qcommon/qcommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index f3a6cad4..430937c5 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -132,6 +132,8 @@ NET #define MAX_PACKET_USERCMDS 32 // max number of usercmd_t in a packet +#define MAX_SNAPSHOT_ENTITIES 256 + #define PORT_ANY -1 #define MAX_RELIABLE_COMMANDS 128 // max string commands buffered for restransmit |