mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 21:38:39 -04:00
minor clean-up
This commit is contained in:
parent
7490f90b0f
commit
1d5bfd743b
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user