From 489023714db8533378a7c03f8a678d39cf7494f6 Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Mon, 25 Mar 2002 22:48:25 +0000 Subject: [PATCH] reduced the drawqueue buffer from 1mb to 256k (really it only needs about 60k) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1675 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_screen.h b/cl_screen.h index 69fc7206..212783d4 100644 --- a/cl_screen.h +++ b/cl_screen.h @@ -1,6 +1,6 @@ // drawqueue stuff for use by client to feed 2D art to renderer -#define MAX_DRAWQUEUE 1048576 +#define MAX_DRAWQUEUE 262144 #define DRAWQUEUE_PIC 0 #define DRAWQUEUE_STRING 1 -- 2.39.2