]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix an error in the last patch
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 2 Aug 2007 00:10:45 +0000 (00:10 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 2 Aug 2007 00:10:45 +0000 (00:10 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7501 d7cf8633-e32d-0410-b094-e92efae38249

model_brush.c

index 0a5ad8a786ba316e44e7a27ed4e9d5021f232f7e..eb46f3e1b3256204a5315c23cf72a56a9d2b3967 100644 (file)
@@ -611,21 +611,6 @@ typedef struct RecursiveHullCheckTraceInfo_s
 }
 RecursiveHullCheckTraceInfo_t;
 
 }
 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)
 
 // 1/32 epsilon to keep floating point happy
 #define DIST_EPSILON (0.03125)