aboutsummaryrefslogtreecommitdiffstats
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/unix/sdl_snd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/unix/sdl_snd.c b/code/unix/sdl_snd.c
index fe68505..d614c27 100644
--- a/code/unix/sdl_snd.c
+++ b/code/unix/sdl_snd.c
@@ -233,7 +233,7 @@ qboolean SNDDMA_Init(void)
// reasonable...this is why I let the user override.
tmp = sdlmixsamps->value;
if (!tmp)
- tmp = (obtained.samples * obtained.channels) * 4;
+ tmp = (obtained.samples * obtained.channels) * 10;
if (tmp & (tmp - 1)) // not a power of two? Seems to confuse something.
{