[quake3-commits] r1542 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 8 05:13:03 EDT 2009


Author: ludwig
Date: 2009-05-08 05:13:03 -0400 (Fri, 08 May 2009)
New Revision: 1542

Modified:
   trunk/code/client/snd_openal.c
Log:
mark s_alDriver CVAR_LATCH

Modified: trunk/code/client/snd_openal.c
===================================================================
--- trunk/code/client/snd_openal.c	2009-05-06 00:16:05 UTC (rev 1541)
+++ trunk/code/client/snd_openal.c	2009-05-08 09:13:03 UTC (rev 1542)
@@ -1990,7 +1990,7 @@
 	s_alRolloff = Cvar_Get( "s_alRolloff", "2", CVAR_CHEAT);
 	s_alGraceDistance = Cvar_Get("s_alGraceDistance", "512", CVAR_CHEAT);
 
-	s_alDriver = Cvar_Get( "s_alDriver", ALDRIVER_DEFAULT, CVAR_ARCHIVE );
+	s_alDriver = Cvar_Get( "s_alDriver", ALDRIVER_DEFAULT, CVAR_ARCHIVE | CVAR_LATCH );
 
 	// Load QAL
 	if( !QAL_Init( s_alDriver->string ) )



More information about the quake3-commits mailing list