From 769f1ed4143086fadf7372654a990b6cb230ea2f Mon Sep 17 00:00:00 2001 From: stevenaaus Date: Thu, 30 Jan 2014 10:07:03 +0000 Subject: [PATCH] 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 --- Quake/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quake/client.h b/Quake/client.h index 07175e34..7a39b7b9 100644 --- a/Quake/client.h +++ b/Quake/client.h @@ -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;