aboutsummaryrefslogtreecommitdiffstats
path: root/games/quake2-source/files/extra-patch-src_xatrix_q__shared.c
blob: 917934b400b9c3a58aaa7bcaf137ef003c887b22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/xatrix/q_shared.c.orig	Mon Nov 30 17:55:36 1998
+++ src/xatrix/q_shared.c	Tue Sep 27 20:04:53 2005
@@ -326,7 +326,7 @@
 Returns 1, 2, or 1 + 2
 ==================
 */
-#if !id386 || defined __linux__ 
+#if !id386 || defined __linux__ || defined __FreeBSD__
 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *p)
 {
 	float	dist1, dist2;