]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
Revert "Initialize console commands and cvars before anything else"
[xonotic/darkplaces.git] / cl_main.c
index fa2e66e515a2dfb9365ae6247e083504dc0882a2..b03292c934bdc417c7b6d827f7b832edc4bdc9e2 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -2778,9 +2778,6 @@ void CL_Init (void)
                CL_Video_Init();
                Host_StartVideo();
 
-               // put up the loading image so the user doesn't stare at a black screen...
-               SCR_BeginLoadingPlaque(true);
-               
                #ifdef CONFIG_MENU
                Cbuf_InsertText(&cmd_client,"menu_start\n");
                #endif