]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.c
host: Clean it up. Give some functions new names and new homes.
[xonotic/darkplaces.git] / cmd.c
diff --git a/cmd.c b/cmd.c
index 7632fa14ff6cf22d78b70c3210e2d75f2ffa445a..fba45672c5a341bb3d70b12c144b29ee8c4fb489 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -2403,3 +2403,7 @@ void Cmd_RestoreInitState(void)
        }
        Cvar_RestoreInitState(&cvars_all);
 }
+
+void Cmd_NoOperation_f(cmd_state_t *cmd)
+{
+}