aboutsummaryrefslogtreecommitdiffstats
path: root/games/quake2-source/files/extra-patch-src_rogue_q__shared.c
blob: 25ffc42c24b4323cc93064d6698ab45fd7884c30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/rogue/q_shared.c.orig	Mon Nov 30 17:53:34 1998
+++ src/rogue/q_shared.c	Tue Sep 27 20:03:24 2005
@@ -329,7 +329,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;