From be85cd560a9c5d0a0c6c817e7d4c205a9c0ec1e5 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 2 Aug 2007 00:10:45 +0000 Subject: [PATCH] fix an error in the last patch git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7501 d7cf8633-e32d-0410-b094-e92efae38249 --- model_brush.c | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/model_brush.c b/model_brush.c index 0a5ad8a7..eb46f3e1 100644 --- a/model_brush.c +++ b/model_brush.c @@ -611,21 +611,6 @@ typedef struct RecursiveHullCheckTraceInfo_s } RecursiveHullCheckTraceInfo_t; -typedef struct RecursiveHullCheckTraceInfo_s -{ - // the hull we're tracing through - const hull_t *hull; - - // the trace structure to fill in - trace_t *trace; - - // start, end, and end - start (in model space) - double start[3]; - double end[3]; - double dist[3]; -} -RecursiveHullCheckTraceInfo_t; - // 1/32 epsilon to keep floating point happy #define DIST_EPSILON (0.03125) -- 2.39.2