}
}
+static int markframe = 0;
+
static void Mod_Q3BSP_TracePoint(dp_model_t *model, int frame, trace_t *trace, const vec3_t start, int hitsupercontentsmask)
{
int i;
- static int markframe = 0x80000000;
q3mbrush_t *brush;
memset(trace, 0, sizeof(*trace));
trace->fraction = 1;
{
int i;
float segmentmins[3], segmentmaxs[3];
- static int markframe = 0x40000000;
msurface_t *surface;
q3mbrush_t *brush;
{
int i;
float segmentmins[3], segmentmaxs[3];
- static int markframe = 0;
msurface_t *surface;
q3mbrush_t *brush;
colbrushf_t *thisbrush_start, *thisbrush_end;