From 14a9ff2e6b51a9882f3deefa2cdbafefb4b08837 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 23 Jul 2003 16:43:25 +0000 Subject: [PATCH] make dx default --- libs/audio/snd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/audio/snd.c b/libs/audio/snd.c index 56b723d80..f08a3a0e1 100644 --- a/libs/audio/snd.c +++ b/libs/audio/snd.c @@ -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", "win", CVAR_ROM, NULL, + snd_output = Cvar_Get ("snd_output", "dx", CVAR_ROM, NULL, "Sound Output Plugin to use"); #else snd_output = Cvar_Get ("snd_output", "oss", CVAR_ROM, NULL,