Don't search system directories for renderer lib

This commit is contained in:
Thilo Schulz 2011-08-01 09:33:48 +00:00
parent 5a1449bd51
commit 404fe4e6e0
5 changed files with 10 additions and 8 deletions

View file

@ -144,7 +144,7 @@ qboolean QAL_Init(const char *libname)
if(OpenALLib)
return qtrue;
if(!(OpenALLib = Sys_LoadDll(libname)))
if(!(OpenALLib = Sys_LoadDll(libname, qtrue)))
return qfalse;
alinit_fail = qfalse;