]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.c
Added a builtin for te_flamejet
[xonotic/darkplaces.git] / cl_video.c
index e7858ac340fef0c91fffc9174cf5dbe3dafa024b..692dc9410425ae467e22e9af84a511aa77e8be44 100644 (file)
@@ -239,7 +239,7 @@ int cl_videoplaying = false; // old, but still supported
 void CL_DrawVideo(void)
 {
        if (cl_videoplaying)
-               DrawQ_Pic(0, 0, videoarray->cpif.name, vid.conwidth, vid.conheight, 1, 1, 1, 1, 0);
+               DrawQ_Pic(0, 0, videoarray->cpif.name, vid_conwidth.integer, vid_conheight.integer, 1, 1, 1, 1, 0);
 }
 
 void CL_VideoStart(char *filename)