From dd3db2f1472f27527e6b6b0058a427b07a46456f Mon Sep 17 00:00:00 2001 From: Garux Date: Tue, 8 Dec 2020 02:34:55 +0300 Subject: [PATCH] bump -repack bsp list size --- tools/quake3/q3map2/autopk3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quake3/q3map2/autopk3.c b/tools/quake3/q3map2/autopk3.c index 65ee6741..dee9f4b7 100644 --- a/tools/quake3/q3map2/autopk3.c +++ b/tools/quake3/q3map2/autopk3.c @@ -904,7 +904,7 @@ int repackBSPMain( int argc, char **argv ){ int bspListN = 0; - const int bspListSize = 8192; + const int bspListSize = 16384; char (*bspList)[1024] = safe_malloc( bspListSize * sizeof( bspList[0] ) ); /* do some path mangling */