mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
why didn't I do this earlier?
This commit is contained in:
parent
f59f2dc7b9
commit
0ff4165149
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
#undef DIST_EPSILON
|
||||
#define DIST_EPSILON 0
|
||||
#define ENABLE_BOXCLIP
|
||||
#include "trace.c"
|
||||
|
||||
dclipnode_t clipnodes1[] = {
|
||||
|
|
|
@ -83,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 0
|
||||
#ifdef ENABLE_BOXCLIP
|
||||
typedef struct {
|
||||
mplane_t *plane;
|
||||
int side;
|
||||
|
|
Loading…
Reference in a new issue