Bump MAX_WADFILES to 256

This commit is contained in:
Latapostrophe 2020-03-11 07:20:11 +01:00
parent eb8cb12b8f
commit 168b8ac052
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ typedef struct
// =========================================================================
#define MAX_WADPATH 512
#define MAX_WADFILES 48 // maximum of wad files used at the same time
#define MAX_WADFILES 256 // maximum of wad files used at the same time
// (there is a max of simultaneous open files anyway, and this should be plenty)
#define lumpcache_t void *