* 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.
This commit is contained in:
Tim Angus 2006-02-23 20:43:34 +00:00
parent eb49195a6e
commit 0e0aac2cb6
1 changed files with 1 additions and 1 deletions

View File

@ -1640,7 +1640,7 @@ qboolean S_AL_Init( soundInterface_t *si )
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 );