]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.c
more clean up of IN_Activate, added cl_ignoremousemove to merge some code
[xonotic/darkplaces.git] / world.c
diff --git a/world.c b/world.c
index fb21271d1560b7c9f24a7fc35d482159d57eb614..6665620eb9110a94bd17f869e7ee7545400f1832 100644 (file)
--- a/world.c
+++ b/world.c
@@ -495,7 +495,6 @@ trace_t SV_ClipMoveToEntity(edict_t *ent, const vec3_t start, const vec3_t mins,
        if (model && model->TraceBox)
        {
                int frame;
-               int hitcontents;
                frame = (int)ent->v->frame;
                frame = bound(0, frame, (model->numframes - 1));
                VectorAdd(starttransformed, maxs, starttransformedmaxs);