]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
reduce CL_MAX_USERCMDS to 128 (from 256)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 17 Sep 2009 12:11:49 +0000 (12:11 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 17 Sep 2009 12:11:49 +0000 (12:11 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9207 d7cf8633-e32d-0410-b094-e92efae38249

client.h

index fc13bae0bb767e983f8aefd698f3c7060eb36668..82bbfae2b5d62dd14fe321d9efa3f793c2a76146 100644 (file)
--- 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