]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_shared.c
zone: Do a straight malloc on non-Windows
[xonotic/darkplaces.git] / vid_shared.c
index df8662d5afdcbd969fe9d806d9b604c30e62108e..bc4c98552e0918f82454f61ddd25d1bf6dae3d36 100644 (file)
@@ -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)");