From: havoc Date: Thu, 17 Sep 2009 12:11:49 +0000 (+0000) Subject: reduce CL_MAX_USERCMDS to 128 (from 256) X-Git-Tag: xonotic-v0.1.0preview~1425 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=32a59aecd38784422cdce545abb2adf7467f7897;p=xonotic%2Fdarkplaces.git reduce CL_MAX_USERCMDS to 128 (from 256) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9207 d7cf8633-e32d-0410-b094-e92efae38249 --- 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