fix the BoxOnPlaneSide problem the right way

This commit is contained in:
Bill Currie 2000-05-10 12:57:04 +00:00
parent 4a150c4d4a
commit 6a4befeb00
3 changed files with 334 additions and 2 deletions

View file

@ -175,7 +175,7 @@ void BOPS_Error (void)
Sys_Error ("BoxOnPlaneSide: Bad signbits");
}
//#if !id386
#if !id386
/*
==================
@ -284,7 +284,7 @@ if (sides == 0)
return sides;
}
//#endif
#endif
void AngleVectors (vec3_t angles, vec3_t forward, vec3_t right, vec3_t up)