]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
build 77
[xonotic/darkplaces.git] / snd_mix.c
index 92cf6cd8e69480ce58bf41ec9800028b36cf61d3..1da0fcf6f29bf8b9f08c697e9496213642fc6f10 100644 (file)
--- a/snd_mix.c
+++ b/snd_mix.c
@@ -36,7 +36,6 @@ short *snd_out;
 void Snd_WriteLinearBlastStereo16 (void);
 
 extern cvar_t snd_swapstereo;
-#if    !id386
 void Snd_WriteLinearBlastStereo16 (void)
 {
        int             i;
@@ -85,7 +84,6 @@ void Snd_WriteLinearBlastStereo16 (void)
                }
        }
 }
-#endif
 
 void S_TransferStereo16 (int endtime)
 {
@@ -366,8 +364,6 @@ void SND_InitScaletable (void)
 }
 
 
-#if    !id386
-
 void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int count)
 {
 //     int     data;
@@ -407,9 +403,6 @@ void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int count)
        ch->pos += count;
 }
 
-#endif // !id386
-
-
 void SND_PaintChannelFrom16 (channel_t *ch, sfxcache_t *sc, int count)
 {
 //     int data;