From decd84a4a746070c70b3131770d9d7955beebbb2 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 8 May 2014 00:51:07 +0000 Subject: [PATCH] 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 --- sv_phys.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2