From: havoc Date: Sun, 27 Sep 2009 05:15:30 +0000 (+0000) Subject: change MAX_CLIP_PLANES from 32 to 5 (back to old value) X-Git-Tag: xonotic-v0.1.0preview~1387 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=41f977c7ca47d0d2b702614e67c33af751d11cbe;p=xonotic%2Fdarkplaces.git change MAX_CLIP_PLANES from 32 to 5 (back to old value) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9246 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_phys.c b/sv_phys.c index 24b17ef7..507168c5 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -821,8 +821,7 @@ If stepnormal is not NULL, the plane normal of any vertical wall hit will be sto */ static float SV_Gravity (prvm_edict_t *ent); static qboolean SV_PushEntity (trace_t *trace, prvm_edict_t *ent, vec3_t push, qboolean failonbmodelstartsolid, qboolean dolink); -// LordHavoc: increased from 5 to 32 -#define MAX_CLIP_PLANES 32 +#define MAX_CLIP_PLANES 5 static int SV_FlyMove (prvm_edict_t *ent, float time, qboolean applygravity, float *stepnormal, int hitsupercontentsmask) { int blocked, bumpcount;