mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Update NUM_ENT_ENTRY_BITS.
This commit is contained in:
@ -63,7 +63,7 @@
|
|||||||
#define SIGNED_GUID_LEN 32 // Hashed CD Key (32 hex alphabetic chars + 0 terminator )
|
#define SIGNED_GUID_LEN 32 // Hashed CD Key (32 hex alphabetic chars + 0 terminator )
|
||||||
|
|
||||||
// Used for networking ehandles.
|
// Used for networking ehandles.
|
||||||
#define NUM_ENT_ENTRY_BITS (MAX_EDICT_BITS + 1)
|
#define NUM_ENT_ENTRY_BITS (MAX_EDICT_BITS + 2)
|
||||||
#define NUM_ENT_ENTRIES (1 << NUM_ENT_ENTRY_BITS)
|
#define NUM_ENT_ENTRIES (1 << NUM_ENT_ENTRY_BITS)
|
||||||
#define ENT_ENTRY_MASK (NUM_ENT_ENTRIES - 1)
|
#define ENT_ENTRY_MASK (NUM_ENT_ENTRIES - 1)
|
||||||
#define INVALID_EHANDLE_INDEX 0xFFFFFFFF
|
#define INVALID_EHANDLE_INDEX 0xFFFFFFFF
|
||||||
|
Reference in New Issue
Block a user