X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=cl_video.c;h=2804661b2b8c38c437ac6a51a779a27ee89b32e0;hb=7305affaa1bdcfa17d27e7e155ed850143753fcf;hp=7ecf3f196135d63cc268c7e41f542805642a7468;hpb=d215d85f78390c19e95ffdcb3d716f4742bf76bd;p=xonotic%2Fdarkplaces.git diff --git a/cl_video.c b/cl_video.c index 7ecf3f19..2804661b 100644 --- a/cl_video.c +++ b/cl_video.c @@ -577,7 +577,7 @@ void CL_DrawVideo(void) void CL_VideoStart(char *filename, const char *subtitlesfile) { - Host_StartVideo(); + CL_StartVideo(); if( cl_videos->state != CLVIDEO_UNUSED ) CL_CloseVideo( cl_videos ); @@ -615,7 +615,7 @@ static void CL_PlayVideo_f(cmd_state_t *cmd) char name[MAX_QPATH], subtitlesfile[MAX_QPATH]; const char *extension; - Host_StartVideo(); + CL_StartVideo(); if (Sys_CheckParm("-benchmark")) return;