diff options
author | Tim Angus <tim@ngus.net> | 2009-10-03 12:47:32 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:14 +0000 |
commit | 741ddb89552f73f13e6adba4503742bcc0065a61 (patch) | |
tree | b6a659c5f087e58a59d938d9b909e04a6cda3e4a /src/qcommon | |
parent | c4fe8300adef0b3d63152c419f9411f14eb41831 (diff) |
* Replace BG_(Un)PackZapTargets with more generic and less muddled BG_(Un)PackEntityNumbers
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/q_shared.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index 81c53e4f..18b8c6d7 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -1011,7 +1011,6 @@ typedef enum { #define GENTITYNUM_BITS 10 // don't need to send any more #define MAX_GENTITIES (1<<GENTITYNUM_BITS) #define GENTITYNUM_MASK (MAX_GENTITIES - 1) -#define MAX_GENTITYNUM_PACK 10 // entitynums are communicated with GENTITY_BITS, so any reserved // values that are going to be communcated over the net need to |