bump -repack bsp list size

This commit is contained in:
Garux 2020-12-08 02:34:55 +03:00
parent f30ee07376
commit dd3db2f147

View File

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