X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=snd_mix.c;h=1da0fcf6f29bf8b9f08c697e9496213642fc6f10;hb=f18135d73ed7bb98019dd3ce009c3b9c05caca7f;hp=92cf6cd8e69480ce58bf41ec9800028b36cf61d3;hpb=8dcce44300385b12c46d494c06aadcfa35a8bc14;p=xonotic%2Fdarkplaces.git diff --git a/snd_mix.c b/snd_mix.c index 92cf6cd8..1da0fcf6 100644 --- 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;