From: cloudwalk Date: Wed, 3 Jun 2020 20:16:03 +0000 (+0000) Subject: Fix broken fonts in Xonotic. Start video after quake.rc is parsed. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d6a8b2b6aee36740259091bec6882757a4c2b0d9;p=xonotic%2Fdarkplaces.git 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 --- 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) {