summaryrefslogtreecommitdiff
path: root/src/client/snd_main.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2006-03-03 23:59:01 +0000
committerTim Angus <tim@ngus.net>2006-03-03 23:59:01 +0000
commit509b49968e696c7d01ebfe47eeef13acad8b6a32 (patch)
tree2bcfa5577db4196b489e5aee7c5504a9bb5d211e /src/client/snd_main.c
parent3ced489436f10c94c37a02103c3be535bf65a14a (diff)
* Moved COPYING to GPL
* Added CC (creative commons license) * Write COPYING * OpenAL now off by default * Consolidated chipset specific GL initialisation * Defaults for r_picmip now 0 and r_textureMode GL_LINEAR_MIPMAP_LINEAR
Diffstat (limited to 'src/client/snd_main.c')
-rw-r--r--src/client/snd_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/snd_main.c b/src/client/snd_main.c
index 1ecdc237..8f09570e 100644
--- a/src/client/snd_main.c
+++ b/src/client/snd_main.c
@@ -387,7 +387,7 @@ void S_Init( void )
Cmd_AddCommand( "s_stop", S_StopAllSounds );
Cmd_AddCommand( "s_info", S_SoundInfo );
- cv = Cvar_Get( "s_useOpenAL", "1", CVAR_ARCHIVE );
+ cv = Cvar_Get( "s_useOpenAL", "0", CVAR_ARCHIVE );
if( cv->integer ) {
//OpenAL
started = S_AL_Init( &si );