r131 - trunk/code/unix
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri Sep 30 18:30:22 EDT 2005
Author: tma
Date: 2005-09-30 18:30:22 -0400 (Fri, 30 Sep 2005)
New Revision: 131
Modified:
trunk/code/unix/sdl_snd.c
Log:
* Made the default SDL dma buffer larger
Modified: trunk/code/unix/sdl_snd.c
===================================================================
--- trunk/code/unix/sdl_snd.c 2005-09-29 22:53:31 UTC (rev 130)
+++ trunk/code/unix/sdl_snd.c 2005-09-30 22:30:22 UTC (rev 131)
@@ -233,7 +233,7 @@
// 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.
{
More information about the quake3-commits
mailing list