]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_shared.c
playvideo and cd loop/cd play commands now call Host_StartVideo (this fixes a crash...
[xonotic/darkplaces.git] / cd_shared.c
index 48dc4990c181fa914a2afa41101cd31846468f81..876a0a78da7a89f494b18ea0a437ccfa060793c6 100644 (file)
@@ -99,6 +99,8 @@ void CDAudio_Play (qbyte track, qboolean looping)
 {
        sfx_t* sfx;
 
+       Host_StartVideo();
+
        if (!enabled)
                return;