From d6a8b2b6aee36740259091bec6882757a4c2b0d9 Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Wed, 3 Jun 2020 20:16:03 +0000 Subject: [PATCH] Fix broken fonts in Xonotic. Start video after quake.rc is parsed. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12631 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_main.c | 1 - host.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cl_main.c b/cl_main.c index 8357ebb1..83f7d97c 100644 --- 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 f19f950c..b4acbed6 100644 --- 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) { -- 2.39.2