]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_demo.c
fix typo
[xonotic/darkplaces.git] / cl_demo.c
index 3cb13425b73b45de9011ad46c98553d69c201a00..b3ac4e92c97c04381246c67d7a7d8620aed434b9 100644 (file)
--- a/cl_demo.c
+++ b/cl_demo.c
@@ -331,7 +331,7 @@ void CL_PlayDemo_f (void)
        Host_ShutdownServer ();
 
        // update networking ports (this is mainly just needed at startup)
-       NetConn_ClientFrame();
+       NetConn_UpdateSockets();
 
        // open the demo file
        strlcpy (name, Cmd_Argv(1), sizeof (name));