make "win" the default for snd_output on windows

This commit is contained in:
Bill Currie 2003-07-08 20:09:23 +00:00
parent 011fe7babb
commit 21f7365bcc

View file

@ -119,7 +119,7 @@ S_Init_Cvars (void)
snd_interp = Cvar_Get ("snd_interp", "1", CVAR_ARCHIVE, NULL,
"control sample interpolation");
#ifdef _WIN32
snd_output = Cvar_Get ("snd_output", "sdl", CVAR_ROM, NULL,
snd_output = Cvar_Get ("snd_output", "win", CVAR_ROM, NULL,
"Sound Output Plugin to use");
#else
snd_output = Cvar_Get ("snd_output", "oss", CVAR_ROM, NULL,