mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
Fix ABSOLUTE_PLAYER_LIMIT define.
This commit is contained in:
parent
aeb45f30cb
commit
0214045f32
@ -31,7 +31,7 @@
|
||||
|
||||
// This is the max # of players the engine can handle
|
||||
// Note, must be power of 2
|
||||
#define ABSOLUTE_PLAYER_LIMIT 64
|
||||
#define ABSOLUTE_PLAYER_LIMIT 255
|
||||
#define ABSOLUTE_PLAYER_LIMIT_DW ( (ABSOLUTE_PLAYER_LIMIT/32) + 1 )
|
||||
|
||||
#if ABSOLUTE_PLAYER_LIMIT > 32
|
||||
|
Loading…
x
Reference in New Issue
Block a user