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 */