r583 - trunk/code/client
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Thu Feb 23 15:43:34 EST 2006
Author: tma
Date: 2006-02-23 15:43:34 -0500 (Thu, 23 Feb 2006)
New Revision: 583
Modified:
trunk/code/client/snd_openal.c
Log:
* Change the default for s_alSpatEntOrigin. I need to think of a way to do the
same thing without degrading the sound quality or changing the API.
Modified: trunk/code/client/snd_openal.c
===================================================================
--- trunk/code/client/snd_openal.c 2006-02-23 18:56:24 UTC (rev 582)
+++ trunk/code/client/snd_openal.c 2006-02-23 20:43:34 UTC (rev 583)
@@ -1640,7 +1640,7 @@
s_alMinDistance = Cvar_Get( "s_alMinDistance", "120", CVAR_CHEAT );
s_alRolloff = Cvar_Get( "s_alRolloff", "0.8", CVAR_CHEAT );
s_alMaxSpeakerDistance = Cvar_Get( "s_alMaxSpeakerDistance", "1024", CVAR_ARCHIVE );
- s_alSpatEntOrigin = Cvar_Get( "s_alSpatEntOrigin", "1", CVAR_ARCHIVE );
+ s_alSpatEntOrigin = Cvar_Get( "s_alSpatEntOrigin", "0", CVAR_ARCHIVE );
s_alDriver = Cvar_Get( "s_alDriver", ALDRIVER_DEFAULT, CVAR_ARCHIVE );
More information about the quake3-commits
mailing list