]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
Rename COM_CheckParm to Sys_CheckParm and move it to sys_shared.c
[xonotic/darkplaces.git] / cl_screen.c
index 67a9609d328aa7cb09f64ab4051233eb4969a516..8238ff6240f6e59f0b504351870bbe0922f0452c 100644 (file)
@@ -1368,7 +1368,7 @@ void CL_Screen_Init(void)
        Cvar_RegisterVariable(&r_speeds_graph_maxdefault);
 
        // if we want no console, turn it off here too
-       if (COM_CheckParm ("-noconsole"))
+       if (Sys_CheckParm ("-noconsole"))
                Cvar_SetQuick(&scr_conforcewhiledisconnected, "0");
 
        Cmd_AddCommand(CMD_CLIENT, "sizeup",SCR_SizeUp_f, "increase view size (increases viewsize cvar)");