]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
increase some limits in DP_SMALLMEMORY
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 Nov 2009 15:19:08 +0000 (15:19 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 Nov 2009 15:19:08 +0000 (15:19 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9489 d7cf8633-e32d-0410-b094-e92efae38249

quakedef.h

index d730f6db50b5c9a7c60f0a91f1e11e83c6c554e5..b443167c1e8a43d5864b85367e8b129a83949d26 100644 (file)
@@ -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