X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=ft2.c;h=b7421b218c3f79abe5ebd11039c51510ea868ade;hb=97820be04836873cca98fddf52c1901e430d9bee;hp=2df99bcb3700d803ff834671eb5658a712b96ae5;hpb=6eaa7786b5d46e771154ebd7fdd23d53ba7e6265;p=xonotic%2Fdarkplaces.git diff --git a/ft2.c b/ft2.c index 2df99bcb..b7421b21 100644 --- 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;