X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=tools%2Fquake3%2Fcommon%2Fvfs.h;h=228f5d51c58ca9a77fe77b7bee96d7d5cdc5fea4;hp=227a2f29f76fe05f4800c163e6b7620615a0e146;hb=0cea019fcb5bb4890b6d67086c7ce8b82f5aca2b;hpb=9b94ff18c880814ba57370489857de3a4d813bad diff --git a/tools/quake3/common/vfs.h b/tools/quake3/common/vfs.h index 227a2f29..228f5d51 100644 --- a/tools/quake3/common/vfs.h +++ b/tools/quake3/common/vfs.h @@ -54,7 +54,9 @@ #include #endif -#define VFS_MAXDIRS 64 +// Multiple pakpaths with many pk3dirs can lead +// to high list of VFS directories +#define VFS_MAXDIRS 256 void vfsInitDirectory( const char *path ); void vfsShutdown();