Skip to content
Snippets Groups Projects
Commit 168b8ac0 authored by Latapostrophe's avatar Latapostrophe
Browse files

Bump MAX_WADFILES to 256

parent eb8cb12b
No related branches found
No related tags found
No related merge requests found
......@@ -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 *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment