mirror of
https://github.com/stevenhowes/Quake-2.git
synced 2026-05-27 00:03:41 +01:00
Solved quite a few warnings, looks like copy and paste error.
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user