]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_shared.c
Add a proper README with build instructions and links to the available chats. To...
[xonotic/darkplaces.git] / vid_shared.c
index f2813eccbd563eae6591dc88a8dcbe90b3910171..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)");
@@ -1501,7 +1501,7 @@ const char *vidfallbacks[][2] =
        {NULL, NULL}
 };
 
-// this is only called once by Host_StartVideo and again on each FS_GameDir_f
+// this is only called once by CL_StartVideo and again on each FS_GameDir_f
 void VID_Start(void)
 {
        int i = 0;