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:
stevenaaus 2014-01-30 10:07:03 +00:00
parent fb5db23fb9
commit 769f1ed414

View file

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