]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
curl: Rename Curl_Run to Curl_Frame. Fix typo in comment
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 081a9058db0299254ab8e47c59fc99af12e73f75..eee139525819cee72b4be7ee45cfaaae4d55e48e 100644 (file)
--- a/host.c
+++ b/host.c
@@ -355,7 +355,7 @@ double Host_Frame(double time)
 
        Log_DestBuffer_Flush();
 
-       Curl_Run();
+       Curl_Frame();
 
        // check for commands typed to the host
        Host_GetConsoleCommands();