summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2013-02-11 15:49:47 -0600
committerTim Angus <tim@ngus.net>2013-02-16 21:54:31 +0000
commit349e97bc5dc208123d9e48224d3c577723ef58df (patch)
tree32a148dc74e51e6371c78309b6f7135741efb5dc /src/qcommon
parent9b78065a40eded80b4aaf2e3b9e4fb0097093787 (diff)
Unify/cleanup max snapshot entities on client and server
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/qcommon.h2
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