]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
Use PRIx64 in C++-friendly form
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index 8badf436735d13e5ced818463af5982a9d81b245..72f481b680bf3aa5fab8dd47fc6f2051931b7473 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -46,7 +46,7 @@ struct cmd_state_s;
 #define CMD_SERVER                             (1<<1)
 #define CMD_CLIENT_FROM_SERVER (1<<2)
 #define CMD_SERVER_FROM_CLIENT (1<<3)
-#define CMD_INITWAIT                   (1<<4)
+#define CMD_USERINFO                   (1<<4)
 #define CMD_CHEAT                              (1<<5)
 
 
@@ -151,8 +151,6 @@ 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);
-
 /*! as new commands are generated from the console or keybindings,
  * the text is added to the end of the command buffer.
  */