]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Fix broken fonts in Xonotic. Start video after quake.rc is parsed.
[xonotic/darkplaces.git] / host.c
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)
        {