]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
Restore old video init behavior, pending better solution. Fixes Steel Storm crash...
[xonotic/darkplaces.git] / cl_main.c
index 6ded36842ef017b744ea36f72aa1de7944761c40..b7f26af02e1e126d8869ad12b70f1527d3ad2bb4 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -3056,9 +3056,5 @@ void CL_Init (void)
                CL_Video_Init();
 
                host.hook.ConnectLocal = CL_EstablishConnection_Local;
-
-               #ifdef CONFIG_MENU
-               Cbuf_InsertText(&cmd_client,"menu_start\n");
-               #endif
        }
 }