X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=vid_shared.c;h=bc4c98552e0918f82454f61ddd25d1bf6dae3d36;hb=8dada099c7634cb56a954b76cb96d926ecd4bbd6;hp=df8662d5afdcbd969fe9d806d9b604c30e62108e;hpb=3d84db99ed9d8234809d237512f44cfa6d7ce1a0;p=xonotic%2Fdarkplaces.git diff --git a/vid_shared.c b/vid_shared.c index df8662d5..bc4c9855 100644 --- a/vid_shared.c +++ b/vid_shared.c @@ -1360,7 +1360,7 @@ void VID_Shared_Init(void) //Cvar_RegisterVariable(&joy_x360_sensitivityroll); #ifdef WIN32 - Sys_LoadLibrary(xinputdllnames, &xinputdll_dll, xinputdllfuncs); + Sys_LoadDependency(xinputdllnames, &xinputdll_dll, xinputdllfuncs); #endif Cmd_AddCommand(CF_CLIENT, "force_centerview", Force_CenterView_f, "recenters view (stops looking up/down)");