mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
client.h: raise MAX_STATIC_ENTITIES from 512 to 2048
Rationale is AD was hitting this and just using non-static ents instead, which is counterproductive. 2048 matches QS-Spiked. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1387 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
4fe5f6956f
commit
4b6eb1bbe2
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ extern cvar_t m_side;
|
|||
|
||||
|
||||
#define MAX_TEMP_ENTITIES 256 //johnfitz -- was 64
|
||||
#define MAX_STATIC_ENTITIES 512 //johnfitz -- was 128
|
||||
#define MAX_STATIC_ENTITIES 2048 //ericw -- was 512 //johnfitz -- was 128
|
||||
#define MAX_VISEDICTS 4096 // larger, now we support BSP2
|
||||
|
||||
extern client_state_t cl;
|
||||
|
|
Loading…
Reference in a new issue