]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
Rename COM_CheckParm to Sys_CheckParm and move it to sys_shared.c
[xonotic/darkplaces.git] / cl_parse.c
index 45a2b9899c7b5664f77a577c27c653edfd563184..bc79dd0f12ddf80a678078e771134de4de093563 100644 (file)
@@ -1657,7 +1657,7 @@ static void CL_SignonReply (void)
                S_PurgeUnused();
 
                Con_ClearNotify();
-               if (COM_CheckParm("-profilegameonly"))
+               if (Sys_CheckParm("-profilegameonly"))
                        Sys_AllowProfiling(true);
                break;
        }