minor clean-up

This commit is contained in:
Fabian Greffrath 2023-04-18 15:05:56 +02:00
parent 7490f90b0f
commit 1d5bfd743b
2 changed files with 1 additions and 6 deletions

View File

@ -620,12 +620,7 @@ void I_InitSound(void)
printf("I_InitSound: ");
#ifdef WOOFDATADIR
setenv("ALSOFT_CONF", WOOFDATADIR"/alsoft.conf", 0);
#endif
device = alcOpenDevice(NULL);
if (device)
{
ALCint srate = -1;

View File

@ -411,7 +411,7 @@ default_t defaults[] = {
"snd_resampler",
(config_t *) &snd_resampler, NULL,
{.s = "linear"}, {0}, string, ss_gen, wad_no,
"OpenAL resampler (\"nearest\", \"linear\"(default), \"cubic\")"
"OpenAL resampler (\"nearest\", \"linear\" (default), \"cubic\")"
},
// [FG] music backend