X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=cmd.h;h=2fe4a9561b4e79cf0dbdcae639564c460f556520;hb=a44a8e4cff906212f7ec4aa15a2addbeaa8dfe7a;hp=9016c27c65ba16bda0c352956c1341effdd6d958;hpb=70ec04cceecaa9db01621adb7fc12ff9ec9cb422;p=xonotic%2Fdarkplaces.git diff --git a/cmd.h b/cmd.h index 9016c27c..2fe4a956 100644 --- 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); //===========================================================================