diff options
-rw-r--r-- | code/client/snd_openal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/snd_openal.c b/code/client/snd_openal.c index b8ae488..8a6615a 100644 --- a/code/client/snd_openal.c +++ b/code/client/snd_openal.c @@ -1990,7 +1990,7 @@ qboolean S_AL_Init( soundInterface_t *si ) 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 ) ) |