]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Start video _during_ initialization, rather than when finding a model
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 46453fd144b10e703d767906bf3155067bea59b9..313745a977e9d72b45d93f01a71bebf3e449362e 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1336,6 +1336,9 @@ static void Host_Init (void)
 
        Log_Start();
        
+       // Starting after we parse commands so the screen resolution doesn't get weird for the first few seconds
+       Host_StartVideo();
+       
        // put up the loading image so the user doesn't stare at a black screen...
        SCR_BeginLoadingPlaque(true);