From 045f0aa1cae1b407c05cd5fa9edb58735f6572de Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 17 Mar 2004 06:48:04 +0000 Subject: [PATCH] expanded cl_max_beams from 24 to 256 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4039 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_main.c b/cl_main.c index d7d62bcd..b861dc3b 100644 --- a/cl_main.c +++ b/cl_main.c @@ -116,7 +116,7 @@ void CL_ClearState(void) cl_max_static_entities = 256; cl_max_temp_entities = 512; cl_max_effects = 256; - cl_max_beams = 24; + cl_max_beams = 256; cl_max_dlights = MAX_DLIGHTS; cl_max_lightstyle = MAX_LIGHTSTYLES; cl_max_brushmodel_entities = MAX_EDICTS; -- 2.39.2