]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_demo.c
removed water lighting support
[xonotic/darkplaces.git] / cl_demo.c
index e97648d68c5333053da42a62f18c2c3ebe61b426..e6aca73da60b921bf58d8161135e30e9dc8a5a67 100644 (file)
--- a/cl_demo.c
+++ b/cl_demo.c
@@ -308,6 +308,9 @@ void CL_PlayDemo_f (void)
        // disconnect from server
        CL_Disconnect ();
 
+       // update networking ports (this is mainly just needed at startup)
+       NetConn_ClientFrame();
+
        // open the demo file
        strcpy (name, Cmd_Argv(1));
        FS_DefaultExtension (name, ".dem");