From 1a42d6d8a1fb480a11058480d2e3451614550e0f Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 11 Nov 2005 12:47:09 +0000 Subject: [PATCH] increased max cachepics from 256 to 1024 at VorteX's request git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5804 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl_draw.c b/gl_draw.c index 20cf3675..41836e13 100644 --- a/gl_draw.c +++ b/gl_draw.c @@ -31,7 +31,7 @@ static rtexture_t *char_texture; /* Support Routines */ #define FONT_FILESIZE 13468 -#define MAX_CACHED_PICS 256 +#define MAX_CACHED_PICS 1024 #define CACHEPICHASHSIZE 256 static cachepic_t *cachepichash[CACHEPICHASHSIZE]; static cachepic_t cachepics[MAX_CACHED_PICS]; -- 2.39.2