From 41f977c7ca47d0d2b702614e67c33af751d11cbe Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 27 Sep 2009 05:15:30 +0000 Subject: [PATCH] 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 --- sv_phys.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.2