]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
host: Major refactor
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index 9016c27c65ba16bda0c352956c1341effdd6d958..2fe4a9561b4e79cf0dbdcae639564c460f556520 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -168,7 +168,7 @@ void Cbuf_InsertText (cmd_state_t *cmd, const char *text);
  * \note Do not call inside a command function!
  */
 void Cbuf_Execute (cmd_state_t *cmd);
-/*! Performs deferred commands and runs Cbuf_Execute, called by Host_Main */
+/*! Performs deferred commands and runs Cbuf_Execute, called by Host_Frame */
 void Cbuf_Frame (cmd_state_t *cmd);
 
 //===========================================================================