Fully initialize sphere_t

Fully initialize sphere_t

diff --git a/src/engine/cm/cm_trace.cpp b/src/engine/cm/cm_trace.cpp
index 6a3b477..1187077 100644
--- a/src/engine/cm/cm_trace.cpp
+++ b/src/engine/cm/cm_trace.cpp
@@ -2459,7 +2459,8 @@ void idCollisionModelManagerLocal::TransformedBoxTrace( trace_t* results, const 
     
     halfwidth = symetricSize[1][0];
     halfheight = symetricSize[1][2];
-    
+   	
+	sphere.use = false; 
     sphere.radius = ( halfwidth > halfheight ) ? halfheight : halfwidth;
     sphere.halfheight = halfheight;
     t = halfheight - sphere.radius;

GitHub
sha: ceea73a9