mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Merge branch 'too-many-files' into awful-mix
This commit is contained in:
commit
ee2fdeaf21
1 changed files with 1 additions and 1 deletions
|
@ -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 *
|
||||
|
|
Loading…
Reference in a new issue