mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
make dx default
This commit is contained in:
parent
6ee38af0be
commit
14a9ff2e6b
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ S_Init_Cvars (void)
|
||||||
snd_interp = Cvar_Get ("snd_interp", "1", CVAR_ARCHIVE, NULL,
|
snd_interp = Cvar_Get ("snd_interp", "1", CVAR_ARCHIVE, NULL,
|
||||||
"control sample interpolation");
|
"control sample interpolation");
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
snd_output = Cvar_Get ("snd_output", "win", CVAR_ROM, NULL,
|
snd_output = Cvar_Get ("snd_output", "dx", CVAR_ROM, NULL,
|
||||||
"Sound Output Plugin to use");
|
"Sound Output Plugin to use");
|
||||||
#else
|
#else
|
||||||
snd_output = Cvar_Get ("snd_output", "oss", CVAR_ROM, NULL,
|
snd_output = Cvar_Get ("snd_output", "oss", CVAR_ROM, NULL,
|
||||||
|
|
Loading…
Reference in a new issue