summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2006-01-15 22:32:38 +0000
committerTim Angus <tim@ngus.net>2006-01-15 22:32:38 +0000
commit149d72d3e18d379b7640e0cc4e7e81377622a232 (patch)
treeefd1f51fa6d78f375900dc0dbdddac67f32d3fa1 /src/client
parentaf64f1b52b1a28adbf771ef644c76454d148d5ec (diff)
* Merged ioq3-r492
Diffstat (limited to 'src/client')
-rw-r--r--src/client/snd_openal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/snd_openal.c b/src/client/snd_openal.c
index 6c795e2c..e8b0915d 100644
--- a/src/client/snd_openal.c
+++ b/src/client/snd_openal.c
@@ -1590,8 +1590,8 @@ qboolean S_AL_Init( soundInterface_t *si )
s_alSources = Cvar_Get( "s_alSources", "96", CVAR_ARCHIVE );
s_alDopplerFactor = Cvar_Get( "s_alDopplerFactor", "1.0", CVAR_ARCHIVE );
s_alDopplerSpeed = Cvar_Get( "s_alDopplerSpeed", "2200", CVAR_ARCHIVE );
- s_alMinDistance = Cvar_Get( "s_alMinDistance", "80", CVAR_ARCHIVE );
- s_alRolloff = Cvar_Get( "s_alRolloff", "0.25", CVAR_ARCHIVE );
+ s_alMinDistance = Cvar_Get( "s_alMinDistance", "120", CVAR_CHEAT );
+ s_alRolloff = Cvar_Get( "s_alRolloff", "0.8", CVAR_CHEAT );
s_alDriver = Cvar_Get( "s_alDriver", ALDRIVER_DEFAULT, CVAR_ARCHIVE );