X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cl_video.c;h=692dc9410425ae467e22e9af84a511aa77e8be44;hb=2fc59f0ef5696f7487c1f26d81c263f720991cf8;hp=e7858ac340fef0c91fffc9174cf5dbe3dafa024b;hpb=d010b5177ed500178d3a40b49788c8093127ecf4;p=xonotic%2Fdarkplaces.git diff --git a/cl_video.c b/cl_video.c index e7858ac3..692dc941 100644 --- a/cl_video.c +++ b/cl_video.c @@ -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)