X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fcommand%2Fmenu_cmd.qc;h=a06ac8e23100f7ffbc98312edba482164aec1c77;hb=77ffd30cbf1e94a546f70026e69e56e8d777ba83;hp=e727b39e6446acbb10e8745c5b0a5bb93d3fcdea;hpb=5ecb86b38f9d05dd09abcc3ed45e493170b497a1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/command/menu_cmd.qc b/qcsrc/menu/command/menu_cmd.qc index e727b39e6..a06ac8e23 100644 --- a/qcsrc/menu/command/menu_cmd.qc +++ b/qcsrc/menu/command/menu_cmd.qc @@ -3,7 +3,7 @@ #include "../menu.qh" #include "../item.qh" -#include "../mutators/events.qh" +#include #include @@ -49,6 +49,7 @@ void GameCommand(string theCommand) LOG_INFO(_(" sync - reloads all cvars on the current menu page")); LOG_INFO(_(" directmenu ITEM - select a menu item as main item")); LOG_INFO(_(" dumptree - dump the state of the menu as a tree to the console")); + LOG_INFO("\n"); LOG_INFO("Generic commands shared by all programs:"); GenericCommand_macro_help();