From 0350e62575cbc75a3e20d94c4dabb2b837d99a1a Mon Sep 17 00:00:00 2001
From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Fri, 22 May 2009 10:32:45 +0000
Subject: [PATCH] increased _snd_mixahead from 0.1 to 0.11 to fix static
 problems on Vista when using the waveOut code

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8984 d7cf8633-e32d-0410-b094-e92efae38249
---
 snd_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snd_main.c b/snd_main.c
index e4a4934a..f2a6d597 100644
--- a/snd_main.c
+++ b/snd_main.c
@@ -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;
-- 
2.39.5