]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.c
Rename COM_CheckParm to Sys_CheckParm and move it to sys_shared.c
[xonotic/darkplaces.git] / cl_video.c
index e9d5e21b59faa381e0597ce64c7533a7780172de..db97d1cd3ab69cc1255d589470a3eb724ef84dcc 100644 (file)
@@ -617,7 +617,7 @@ static void CL_PlayVideo_f(cmd_state_t *cmd)
 
        Host_StartVideo();
 
-       if (COM_CheckParm("-benchmark"))
+       if (Sys_CheckParm("-benchmark"))
                return;
 
        if (Cmd_Argc(cmd) < 2)