]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video_libavw.c
README: Remove Discord invite link. The Discord server is now deprecated
[xonotic/darkplaces.git] / cl_video_libavw.c
index f85148a8eda53870f798f0803037a16884d9708f..83f4921c35677005afeb608254a0697add198831 100644 (file)
@@ -364,7 +364,7 @@ qbool LibAvW_OpenLibrary(void)
                return false;
 
        // load DLL's
-       Sys_LoadLibrary(dllnames_libavw, &libavw_dll, libavwfuncs);
+       Sys_LoadDependency(dllnames_libavw, &libavw_dll, libavwfuncs);
        if (!libavw_dll)
                return false;