diff --git a/source/mathlib.c b/source/mathlib.c index 630ae19..3da8c8d 100644 --- a/source/mathlib.c +++ b/source/mathlib.c @@ -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)