Solved quite a few warnings, looks like copy and paste error.

This commit is contained in:
stevenhowes
2022-01-10 22:19:01 +00:00
parent d987048d22
commit 1bf09c99c0
-4
View File
@@ -302,10 +302,6 @@ float anglemod(float a)
return a; return a;
} }
int i;
vec3_t corners[2];
// this is the slow, general version // this is the slow, general version
int BoxOnPlaneSide2 (vec3_t emins, vec3_t emaxs, struct cplane_s *p) int BoxOnPlaneSide2 (vec3_t emins, vec3_t emaxs, struct cplane_s *p)
{ {