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: "); printf("I_InitSound: ");
#ifdef WOOFDATADIR
setenv("ALSOFT_CONF", WOOFDATADIR"/alsoft.conf", 0);
#endif
device = alcOpenDevice(NULL); device = alcOpenDevice(NULL);
if (device) if (device)
{ {
ALCint srate = -1; ALCint srate = -1;