aboutsummaryrefslogtreecommitdiff
path: root/games/quake2lnx/files/patch-src::client::snd_mix.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/quake2lnx/files/patch-src::client::snd_mix.c')
-rw-r--r--games/quake2lnx/files/patch-src::client::snd_mix.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/quake2lnx/files/patch-src::client::snd_mix.c b/games/quake2lnx/files/patch-src::client::snd_mix.c
deleted file mode 100644
index c295644afe3a..000000000000
--- a/games/quake2lnx/files/patch-src::client::snd_mix.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/client/snd_mix.c.orig Wed Oct 9 03:54:25 2002
-+++ src/client/snd_mix.c Thu Jun 12 15:16:54 2003
-@@ -30,7 +30,7 @@
-
- void S_WriteLinearBlastStereo16 (void);
-
--#if !((defined __linux__ || defined __FreeBSD__) && defined __i386__)
-+#if !((defined __linux__ || defined __FreeBSD__) && defined __i386__) || defined C_ONLY
- #if !id386
-
- void S_WriteLinearBlastStereo16 (void)
-@@ -362,7 +362,7 @@
- }
-
-
--#if !((defined __linux__ || __FreeBSD__) && defined __i386__)
-+#if !((defined __linux__ || __FreeBSD__) && defined __i386__) || defined C_ONLY
- #if !id386
-
- void S_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int count, int offset)