From: havoc Date: Fri, 22 May 2009 10:32:45 +0000 (+0000) Subject: increased _snd_mixahead from 0.1 to 0.11 to fix static problems on Vista X-Git-Tag: xonotic-v0.1.0preview~1635 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0350e62575cbc75a3e20d94c4dabb2b837d99a1a;p=xonotic%2Fdarkplaces.git 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 --- 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;