From 4d01fa1a451f648fcba2912fb253dd7bf7ee02f9 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 1 Sep 2002 01:05:02 +0000 Subject: [PATCH] reduced default max particles from 16384 to 8192 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2322 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_particles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_particles.c b/cl_particles.c index c46bc83c..9a065549 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "quakedef.h" #include "cl_collision.h" -#define MAX_PARTICLES 16384 // default max # of particles at one time +#define MAX_PARTICLES 8192 // default max # of particles at one time #define ABSOLUTE_MIN_PARTICLES 512 // no fewer than this no matter what's on the command line typedef enum -- 2.39.2