1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/games/r1q2/files/patch-game__q_shared.c
Alejandro Pulver 333f37c2c7 R1Q2 is an enhanced client/server for Quake II. Based on the id Software 3.21
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)
2006-05-21 21:35:18 +00:00

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;