]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Put the loading plaque back in Host_Main for now, so resolution is unbroken
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index aa4a7f3045d3b16ff47d40f8c2626cfa2405e79c..b264324d1854850b0c9573792678c367b24a8695 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1304,6 +1304,9 @@ static void Host_Init (void)
 
        Log_Start();
 
+       // put up the loading image so the user doesn't stare at a black screen...
+       SCR_BeginLoadingPlaque(true);
+       
        // check for special benchmark mode
 // COMMANDLINEOPTION: Client: -benchmark <demoname> runs a timedemo and quits, results of any timedemo can be found in gamedir/benchmark.log (for example id1/benchmark.log)
        i = COM_CheckParm("-benchmark");