]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - collision.h
Moved an extern to the proper header.
[xonotic/darkplaces.git] / collision.h
index 030554ac474819245ab794d349d139687e3b5952..1f58f9596124c87a33396a73ada863480f58b669 100644 (file)
@@ -101,4 +101,12 @@ colbrushf_t *Collision_BrushForBox(const matrix4x4_t *matrix, const vec3_t mins,
 
 void Collision_BoundingBoxOfBrushTraceSegment(const colbrushf_t *start, const colbrushf_t *end, vec3_t mins, vec3_t maxs, float startfrac, float endfrac);
 
+// this enables rather large debugging spew!
+// settings:
+// 0 = no spew
+// 1 = spew trace calls if something odd is happening
+// 2 = spew trace calls always
+// 3 = spew detailed trace flow (bsp tree recursion info)
+#define COLLISIONPARANOID 0
+
 #endif