0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-21 18:01:15 +00:00

Tweaked some comment indentation that made me itch ;)

This commit is contained in:
Adam Olsen 2001-04-10 02:36:50 +00:00
parent e236ac4bb2
commit ed0b391dfb

View file

@ -220,10 +220,9 @@ BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, mplane_t *p)
float dist1, dist2;
int sides;
#if 0 // this is done by the
// BOX_ON_PLANE_SIDE macro before
// calling this
// function
#if 0 // this is done by the BOX_ON_PLANE_SIDE macro before
// calling this function
// fast axial cases
if (p->type < 3) {
if (p->dist <= emins[p->type])