From 2c6ae132f453e5b09e844f6817e8a0d4c6fdbcdf Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 14 Nov 2009 15:19:08 +0000 Subject: [PATCH] increase some limits in DP_SMALLMEMORY git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9489 d7cf8633-e32d-0410-b094-e92efae38249 --- quakedef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quakedef.h b/quakedef.h index d730f6db..b443167c 100644 --- a/quakedef.h +++ b/quakedef.h @@ -63,7 +63,7 @@ extern char engineversion[128]; #define HIST_MAXLINES 16 #define MAX_ALIAS_NAME 32 #define CMDBUFSIZE 131072 -#define MAX_ARGS 10 +#define MAX_ARGS 80 #define NET_MAXMESSAGE 16384 #define MAX_PACKETFRAGMENT 1024 @@ -93,8 +93,8 @@ extern char engineversion[128]; #define MAX_DLIGHTS 16 #define MAX_CACHED_PICS 1024 // this is 144 bytes each (or 152 on 64bit) #define CACHEPICHASHSIZE 256 -#define MAX_PARTICLEEFFECTNAME 64 -#define MAX_PARTICLEEFFECTINFO 256 +#define MAX_PARTICLEEFFECTNAME 256 +#define MAX_PARTICLEEFFECTINFO 2048 #define MAX_PARTICLETEXTURES 96 #define MAXCLVIDEOS 1 #define MAX_GECKO_INSTANCES 1 -- 2.39.2