]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_demo.c
removed crash parameter from Host_ShudownServer, eliminated NetConn_SendToAll and...
[xonotic/darkplaces.git] / cl_demo.c
index 3a655ea0aeb7929559535f8d522c1de355172fad..3cb13425b73b45de9011ad46c98553d69c201a00 100644 (file)
--- a/cl_demo.c
+++ b/cl_demo.c
@@ -328,7 +328,7 @@ void CL_PlayDemo_f (void)
 
        // disconnect from server
        CL_Disconnect ();
-       Host_ShutdownServer (false);
+       Host_ShutdownServer ();
 
        // update networking ports (this is mainly just needed at startup)
        NetConn_ClientFrame();