mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
Ensure id's trace is properly initialized.
This commit is contained in:
parent
32ff639bf3
commit
e23ee07b6f
1 changed files with 2 additions and 0 deletions
|
@ -156,5 +156,7 @@ MOD_TraceLine (hull_t *hull, int num,
|
|||
const vec3_t start_point, const vec3_t end_point,
|
||||
trace_t *trace)
|
||||
{
|
||||
trace->fraction = 1;
|
||||
trace->allsolid = true;
|
||||
SV_RecursiveHullCheck (hull, num, 0, 1, start_point, end_point, trace);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue