aboutsummaryrefslogtreecommitdiff
path: root/games/r1q2/files/patch-game__q_shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/r1q2/files/patch-game__q_shared.c')
-rw-r--r--games/r1q2/files/patch-game__q_shared.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/r1q2/files/patch-game__q_shared.c b/games/r1q2/files/patch-game__q_shared.c
deleted file mode 100644
index 276de6bbce50..000000000000
--- a/games/r1q2/files/patch-game__q_shared.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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;