From: havoc Date: Thu, 18 Jan 2007 11:04:31 +0000 (+0000) Subject: changed CL_MAX_EDICTS to match MAX_EDICTS X-Git-Tag: xonotic-v0.1.0preview~3702 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=721ceafc5de063533518de31ccf3e2413fe610cb;p=xonotic%2Fdarkplaces.git changed CL_MAX_EDICTS to match MAX_EDICTS git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6702 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/csprogs.h b/csprogs.h index bcfc50a9..11890b3d 100644 --- a/csprogs.h +++ b/csprogs.h @@ -3,7 +3,8 @@ #define CL_NAME "client" -#define CL_MAX_EDICTS (1<<12) +// LordHavoc: changed to match MAX_EDICTS +#define CL_MAX_EDICTS MAX_EDICTS #define ENTMASK_ENGINE 1 #define ENTMASK_ENGINEVIEWMODELS 2