]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
increased _snd_mixahead from 0.1 to 0.11 to fix static problems on Vista
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 22 May 2009 10:32:45 +0000 (10:32 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 22 May 2009 10:32:45 +0000 (10:32 +0000)
when using the waveOut code

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8984 d7cf8633-e32d-0410-b094-e92efae38249

snd_main.c

index e4a4934a2993458f8044e4bbd6e51e2fa3e00de8..f2a6d5973f23356f4f0bc806db7e1e72064ca243 100644 (file)
@@ -168,7 +168,7 @@ cvar_t snd_spatialization_power = {CVAR_SAVE, "snd_spatialization_power", "0", "
 cvar_t snd_spatialization_control = {CVAR_SAVE, "snd_spatialization_control", "0", "enable spatialization control (headphone friendly mode)"};
 
 // Cvars declared in snd_main.h (shared with other snd_*.c files)
-cvar_t _snd_mixahead = {CVAR_SAVE, "_snd_mixahead", "0.1", "how much sound to mix ahead of time"};
+cvar_t _snd_mixahead = {CVAR_SAVE, "_snd_mixahead", "0.11", "how much sound to mix ahead of time"};
 cvar_t snd_streaming = { CVAR_SAVE, "snd_streaming", "1", "enables keeping compressed ogg sound files compressed, decompressing them only as needed, otherwise they will be decompressed completely at load (may use a lot of memory)"};
 cvar_t snd_swapstereo = {CVAR_SAVE, "snd_swapstereo", "0", "swaps left/right speakers for old ISA soundblaster cards"};
 extern cvar_t v_flipped;