mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 02:28:22 +00:00
Updated MAX_PLAYERS defines to the actual limits.
This commit is contained in:
parent
05c4724bd1
commit
3da0d7919a
@ -154,9 +154,9 @@ public:
|
||||
// and have a good answer for a bunch of perf question related to player simulation, thinking logic, tracelines, networking overhead, etc.
|
||||
// But if you are brave or are doing something interesting, go for it... ywb 9/22/03
|
||||
#if defined( CSTRIKE_DLL )
|
||||
#define MAX_PLAYERS 64 // Absolute max players supported
|
||||
#define MAX_PLAYERS 65 // Absolute max players supported
|
||||
#else
|
||||
#define MAX_PLAYERS 32 // Absolute max players supported
|
||||
#define MAX_PLAYERS 33 // Absolute max players supported
|
||||
#endif
|
||||
|
||||
#define MAX_PLACE_NAME_LENGTH 18
|
||||
|
||||
Loading…
Reference in New Issue
Block a user