1
0
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:
Nicholas Hastings 2015-02-14 11:59:45 -05:00
parent aeb45f30cb
commit 0214045f32

View File

@ -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