mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
didn't quite get that checkin right
This commit is contained in:
parent
36f5edb9d3
commit
f7faad118b
1 changed files with 2 additions and 4 deletions
|
@ -48,8 +48,6 @@ static __attribute__ ((used)) const char rcsid[] =
|
|||
#include "world.h"
|
||||
|
||||
/* LINE TESTING IN HULLS */
|
||||
#undef DIST_EPSILON
|
||||
#define DIST_EPSILON 0
|
||||
|
||||
static inline void
|
||||
calc_impact (trace_t *trace, const vec3_t start, const vec3_t end,
|
||||
|
@ -85,7 +83,7 @@ calc_impact (trace_t *trace, const vec3_t start, const vec3_t end,
|
|||
VectorSubtract (end, start, dist);
|
||||
VectorMultAdd (start, frac, dist, trace->endpos);
|
||||
}
|
||||
#if 1
|
||||
#if 0
|
||||
static inline void
|
||||
check_contents (int num, trace_t *trace)
|
||||
{
|
||||
|
@ -101,7 +99,7 @@ check_contents (int num, trace_t *trace)
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
typedef struct {
|
||||
const vec_t *start;
|
||||
const vec_t *end;
|
||||
|
|
Loading…
Reference in a new issue