]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
(Round 7) host_cmd.c is no more. Last remaining cmds/cvars moved.
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index bd8439433b8f7c3e91ceebaa3058813acc68da70..fc46a2292c4714c0310e3bfe19da16d503e84722 100644 (file)
--- a/host.c
+++ b/host.c
@@ -999,7 +999,6 @@ static void Host_Init (void)
        World_Init();
        SV_Init();
        V_Init(); // some cvars needed by server player physics (cl_rollangle etc)
-       Host_InitCommands();
        Host_InitLocal();
        Host_ServerOptions();
 
@@ -1175,3 +1174,6 @@ void Host_Shutdown(void)
        Memory_Shutdown();
 }
 
+void Host_NoOperation_f(cmd_state_t *cmd)
+{
+}