mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-26 22:44:30 -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: ");
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user