]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_shared.c
rollback that shadowmesh fix, I was thinking about it incorrectly
[xonotic/darkplaces.git] / cd_shared.c
index 48dc4990c181fa914a2afa41101cd31846468f81..5d093e73292a0b86f258dd7419c5b576d36900ed 100644 (file)
@@ -99,6 +99,8 @@ void CDAudio_Play (qbyte track, qboolean looping)
 {
        sfx_t* sfx;
 
+       Host_StartVideo();
+
        if (!enabled)
                return;
 
@@ -211,6 +213,8 @@ static void CD_f (void)
        int ret;
        int n;
 
+       Host_StartVideo();
+
        if (Cmd_Argc() < 2)
                return;