Bump MAXCACHEOBJECTS from 9216 to 16384

This is actually the first time we've increased this limit in the entire time the engine source has been available.

git-svn-id: https://svn.eduke32.com/eduke32@7757 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-07-06 16:30:26 +00:00 committed by Christoph Oelckers
parent 24b994d952
commit 38fe40abf2

View file

@ -100,7 +100,7 @@ int32_t kpzbufload(char const * const filnam)
// After calling uninitcache, it is still ok to call allocache
// without first calling initcache.
#define MAXCACHEOBJECTS 9216
#define MAXCACHEOBJECTS 16384
#if !defined DEBUG_ALLOCACHE_AS_MALLOC
static int32_t cachesize = 0;