From 4a150c4d4a30bac9a81df062ecbe45753c34b5ff Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 10 May 2000 12:51:12 +0000 Subject: [PATCH] links!!!!! --- source/mathlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)