diff options
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 |