diff --git a/gl_test.c b/gl_test.c index a3b1027..41b8b28 100644 --- a/gl_test.c +++ b/gl_test.c @@ -55,7 +55,7 @@ plane_t *HitPlane (vec3_t start, vec3_t end) trace.allsolid = true; VectorCopy (end, trace.endpos); - SV_RecursiveHullCheck (cl.worldmodel->hulls, 0, 0, 1, start, end, &trace); + SV_RecursiveHullCheck (cl.worldmodel, 0, 0, 1, start, end, &trace); junk = trace.plane; return &junk;