]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
upped pack file count limit to 16384 from 2048
[xonotic/darkplaces.git] / common.c
index b638b74a617d806f0a124282777e411af728f3a2..ed4e4a7212b34d46827ec90d8c94d395504f8b6e 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1262,7 +1262,8 @@ typedef struct
        int             dirlen;
 } dpackheader_t;
 
-#define MAX_FILES_IN_PACK       2048
+// LordHavoc: was 2048
+#define MAX_FILES_IN_PACK       16384
 
 char    com_cachedir[MAX_OSPATH];
 char    com_gamedir[MAX_OSPATH];