]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
Initialize console commands and cvars before anything else
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index 8badf436735d13e5ced818463af5982a9d81b245..281b652387f48b71f2e71d21beaedb8124ab0527 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -151,7 +151,7 @@ extern qboolean host_stuffcmdsrun;
 void Cbuf_Lock(cmd_state_t *cmd);
 void Cbuf_Unlock(cmd_state_t *cmd);
 
-void Cmd_Init_Commands(qboolean dedicated_server);
+void Cmd_Init_Commands(void);
 
 /*! as new commands are generated from the console or keybindings,
  * the text is added to the end of the command buffer.