7e4cbdf713
Quake II game source. This port installs the Quake II game source, together with BSD Makefiles, for building modifications. It can also install the Capture the Flag mod, Rogue and Xatrix game source. PR: ports/86737 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
11 lines
357 B
C
11 lines
357 B
C
--- 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;
|