]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
cl_main: Keep old CL_Disconnect for simplicity. Move guts to CL_DisconnectEx
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index e196fe79ce167f064ccf6bd00be6b6a1edd7b90b..aa8fb4c32bf9d712113f2bce98d71ec6d06f77e9 100644 (file)
--- a/host.c
+++ b/host.c
@@ -134,7 +134,7 @@ void Host_Error (const char *error, ...)
        if (cls.state == ca_dedicated)
                Sys_Error ("Host_Error: %s",hosterrorstring2);  // dedicated servers exit
 
-       CL_Disconnect ();
+       CL_Disconnect();
        cls.demonum = -1;
 
        hosterror = false;