]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fix broken fonts in Xonotic. Start video after quake.rc is parsed.
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 3 Jun 2020 20:16:03 +0000 (20:16 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 3 Jun 2020 20:16:03 +0000 (20:16 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12631 d7cf8633-e32d-0410-b094-e92efae38249

cl_main.c
host.c

index 8357ebb1d939bfcea0def97d3da0a319499f9b74..83f7d97cd90b400d518ba437c7f875b1a2e37e5a 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -2777,5 +2777,4 @@ void CL_Init (void)
        CL_MeshEntities_Init();
 
        CL_Video_Init();
-       Host_StartVideo();
 }
diff --git a/host.c b/host.c
index f19f950c6e258dfbb6fd2cfb4e3c05d09fbbb170..b4acbed650d36568a3a505c49083d44d884794ba 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1306,6 +1306,8 @@ static void Host_Init (void)
        Host_AddConfigText(cmd);
        Cbuf_Execute(cmd);
 
+       Host_StartVideo();
+
        // if stuffcmds wasn't run, then quake.rc is probably missing, use default
        if (!host_stuffcmdsrun)
        {