From 0488c23fe0a2755864d551500b6d613284e833f1 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 13 Nov 2009 22:01:28 +0000 Subject: [PATCH] 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 --- quakedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2