Bump MAX_WADFILES to 256

This commit is contained in:
Latapostrophe 2020-03-11 07:20:11 +01:00
parent 564fa58c77
commit 4fcefbc48b

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 *