]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
disabled the broken cl_autodemo feature until Sajt fixes it
[xonotic/darkplaces.git] / host_cmd.c
index 51528b199c1e457f5eea9e890d5232e1c7a58f54..24acdd6a6c8ae310eb5738b4cb1edd5d4481bfb5 100644 (file)
@@ -285,6 +285,7 @@ void Host_Map_f (void)
        if (sv.active && cls.state == ca_disconnected)
                CL_EstablishConnection("local:1");
 
+#ifdef AUTODEMO_BROKEN
 // if cl_autodemo is set, automatically start recording a demo if one isn't being recorded already
        if (cl_autodemo.integer && !cls.demorecording)
        {
@@ -305,6 +306,7 @@ void Host_Map_f (void)
 
                cls.demorecording = true;
        }
+#endif
 }
 
 /*