]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_demo.c
First massive rename and move
[xonotic/darkplaces.git] / cl_demo.c
index da199ed4950d63f05323bd26023d5729c9178158..137c1577196138a7a0ef17f61e4cf70a6c15d2ea 100644 (file)
--- a/cl_demo.c
+++ b/cl_demo.c
@@ -438,7 +438,7 @@ void CL_PlayDemo_f(cmd_state_t *cmd)
 
        // disconnect from server
        CL_Disconnect ();
-       Host_ShutdownServer ();
+       SV_Shutdown ();
 
        // update networking ports (this is mainly just needed at startup)
        NetConn_UpdateSockets();