From 32a59aecd38784422cdce545abb2adf7467f7897 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 17 Sep 2009 12:11:49 +0000 Subject: [PATCH] reduce CL_MAX_USERCMDS to 128 (from 256) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9207 d7cf8633-e32d-0410-b094-e92efae38249 --- client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.h b/client.h index fc13bae0..82bbfae2 100644 --- a/client.h +++ b/client.h @@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MAX_DLIGHTS 256 /// this is the maximum number of input packets that can be predicted -#define CL_MAX_USERCMDS 256 +#define CL_MAX_USERCMDS 128 // flags for rtlight rendering #define LIGHTFLAG_NORMALMODE 1 -- 2.39.2