]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
moved Log_Start call into SCR_BeginLoadingPlaque (which occurs as soon as a map or...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 3cf4f493900412ecf165a4a1148e323a43bea777..d9b4da4abf5cfc875f1ddb01004811da8d3e77a8 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1030,9 +1030,6 @@ void Host_Init (void)
                Cbuf_Execute();
        }
 
-       // save console log up to this point to log_file if it was set by configs
-       Log_Start();
-
        // put up the loading image so the user doesn't stare at a black screen...
        SCR_BeginLoadingPlaque();