mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
Cleanups from pomac!
This commit is contained in:
parent
b0fc4a7b6e
commit
f327407bb8
36 changed files with 155 additions and 195 deletions
|
@ -1379,7 +1379,7 @@ void CM_TraceThroughPatchCollide( traceWork_t *tw, const struct patchCollide_s *
|
|||
float offset, enterFrac, leaveFrac, t;
|
||||
patchPlane_t *planes;
|
||||
facet_t *facet;
|
||||
float plane[4], bestplane[4];
|
||||
float plane[4] = {0, 0, 0, 0}, bestplane[4] = {0, 0, 0, 0};
|
||||
vec3_t startp, endp;
|
||||
#ifndef BSPC
|
||||
static cvar_t *cv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue