From: havoc Date: Thu, 8 May 2014 00:51:07 +0000 (+0000) Subject: Fix a compile error when using COLLISION_PARANOID 3. X-Git-Tag: xonotic-v0.8.1~29^2~91 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=decd84a4a746070c70b3131770d9d7955beebbb2;p=xonotic%2Fdarkplaces.git Fix a compile error when using COLLISION_PARANOID 3. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12069 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_phys.c b/sv_phys.c index 50117fa6..7dc65c1a 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -638,6 +638,7 @@ finished: #if COLLISIONPARANOID >= 1 trace_t SV_TraceBox(const vec3_t start, const vec3_t mins, const vec3_t maxs, const vec3_t end, int type, prvm_edict_t *passedict, int hitsupercontentsmask) { + prvm_prog_t *prog = SVVM_prog; int endstuck; trace_t trace; vec3_t temp;