]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
host: Host_StartVideo *before* Host_AddConfigText. Fixes Steel Storm crash... again.
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index cf102463e96a6501ea8ec7006e137b714c959cb2..793fd0eb747a2bef5c1ddcb488d8d2f6a85f56f3 100644 (file)
--- a/host.c
+++ b/host.c
@@ -721,10 +721,10 @@ static void Host_Init (void)
                return;
        }
 
-       Host_AddConfigText(cmd);
-
        Host_StartVideo();
 
+       Host_AddConfigText(cmd);
+
        // if quake.rc is missing, use default
        if (!FS_FileExists("quake.rc"))
        {