]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_demo.c
fixed totally mixed up vis culling (as a result of botched bmodel vis handling -...
[xonotic/darkplaces.git] / cl_demo.c
index 0750b423e340c41fe18643ed1ac9066be0eb003f..2b7f060b062bb0fe67b52814721799f29a8da0c8 100644 (file)
--- a/cl_demo.c
+++ b/cl_demo.c
@@ -56,9 +56,6 @@ void CL_NextDemo (void)
                {
                        Con_Print("No demos listed with startdemos\n");
                        cls.demonum = -1;
-                       // put up menu instead of staring at console
-                       if (key_dest != key_menu)
-                               M_ToggleMenu_f();
                        return;
                }
        }