From: havoc Date: Fri, 13 Nov 2009 22:01:28 +0000 (+0000) Subject: increase MAX_CACHED_PICS in DP_SMALLMEMORY case back to the normal X-Git-Tag: xonotic-v0.1.0preview~1157 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=0488c23fe0a2755864d551500b6d613284e833f1;p=xonotic%2Fdarkplaces.git increase MAX_CACHED_PICS in DP_SMALLMEMORY case back to the normal level, it simply can't be reduced git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9485 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/quakedef.h b/quakedef.h index 626ddd3d..d730f6db 100644 --- a/quakedef.h +++ b/quakedef.h @@ -91,7 +91,7 @@ extern char engineversion[128]; #define MAX_CUBEMAPS 64 #define MAX_EXPLOSIONS 8 #define MAX_DLIGHTS 16 -#define MAX_CACHED_PICS 512 // this is 144 bytes each (or 152 on 64bit) +#define MAX_CACHED_PICS 1024 // this is 144 bytes each (or 152 on 64bit) #define CACHEPICHASHSIZE 256 #define MAX_PARTICLEEFFECTNAME 64 #define MAX_PARTICLEEFFECTINFO 256