diff --git a/src/i_sound.c b/src/i_sound.c index e406f628..f9e43717 100644 --- a/src/i_sound.c +++ b/src/i_sound.c @@ -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; diff --git a/src/m_misc.c b/src/m_misc.c index e6ff1da8..6d8acb59 100644 --- a/src/m_misc.c +++ b/src/m_misc.c @@ -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