]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2.c
Adding developer_curl to print verbose curl output
[xonotic/darkplaces.git] / ft2.c
diff --git a/ft2.c b/ft2.c
index 2df99bcb3700d803ff834671eb5658a712b96ae5..b7421b218c3f79abe5ebd11039c51510ea868ade 100644 (file)
--- a/ft2.c
+++ b/ft2.c
@@ -367,7 +367,7 @@ qbool Font_OpenLibrary (void)
                return true;
 
        // Load the DLL
-       if (!Sys_LoadLibrary (dllnames, &ft2_dll, ft2funcs))
+       if (!Sys_LoadDependency (dllnames, &ft2_dll, ft2funcs))
                return false;
 #endif
        return true;