mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
fix sound clicking from chaingunners (#837)
This commit is contained in:
parent
e4ecf2d163
commit
61302e811f
@ -774,7 +774,7 @@ void I_InitSound(void)
|
||||
}
|
||||
|
||||
if (Mix_OpenAudioDevice(snd_samplerate, AUDIO_S16SYS, 2, GetSliceSize(), NULL,
|
||||
SDL_AUDIO_ALLOW_FREQUENCY_CHANGE | SDL_AUDIO_ALLOW_SAMPLES_CHANGE) < 0)
|
||||
SDL_AUDIO_ALLOW_FREQUENCY_CHANGE) < 0)
|
||||
{
|
||||
printf("Couldn't open audio with desired format.\n");
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user