mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
333f37c2c7
source, rather than concentrate on fancy graphics, embedded MP3 players and other "gimmick" features, R1Q2 is focused on providing stability, security and speed whilst remaining fully compatible with existing mods and other clients. WWW: http://www.r1ch.net/stuff/r1q2/ Approved by: garga (mentor)
12 lines
357 B
C
12 lines
357 B
C
--- ./game/q_shared.c.orig Wed May 17 22:21:33 2006
|
|
+++ ./game/q_shared.c Wed May 17 22:28:01 2006
|
|
@@ -421,7 +421,7 @@
|
|
Returns 1, 2, or 1 + 2
|
|
==================
|
|
*/
|
|
-#if !id386 || defined __linux__ || defined __FreeBSD__
|
|
+#if !id386 || defined __unix__
|
|
int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *p)
|
|
{
|
|
float dist1, dist2;
|