mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-12 23:15:33 +00:00
MAX_VISEDICTS bump For BSP2, suggested by Ericw.
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@892 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
fb5db23fb9
commit
769f1ed414
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ extern cvar_t m_side;
|
|||
|
||||
#define MAX_TEMP_ENTITIES 256 //johnfitz -- was 64
|
||||
#define MAX_STATIC_ENTITIES 512 //johnfitz -- was 128
|
||||
#define MAX_VISEDICTS 1024 //johnfitz -- was 256
|
||||
#define MAX_VISEDICTS 4096 // larger, now we support BSP2
|
||||
|
||||
extern client_state_t cl;
|
||||
|
||||
|
|
Loading…
Reference in a new issue