]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
reduced default max particles from 16384 to 8192
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 1 Sep 2002 01:05:02 +0000 (01:05 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 1 Sep 2002 01:05:02 +0000 (01:05 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2322 d7cf8633-e32d-0410-b094-e92efae38249

cl_particles.c

index c46bc83c0f8626d8a0f8bc894d0c3e064f30639a..9a0655491227626329973afbbce97c8383c9b32d 100644 (file)
@@ -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