X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fcommand%2Fmenu_cmd.qc;h=bd45230c97ab61964f43a7153d69242fb896e38c;hb=ec98f5c9d50f267779fed871c9eb094a52064219;hp=18e5ae08123ff999f479c896f2eadc79de4972d6;hpb=65b54b5967f0a152ff308a37196a583e816c1f72;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/command/menu_cmd.qc b/qcsrc/menu/command/menu_cmd.qc index 18e5ae081..bd45230c9 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 @@ -48,6 +48,7 @@ void GameCommand(string theCommand) LOG_INFO(_("Usage: menu_cmd command..., where possible commands are:")); 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("Generic commands shared by all programs:"); GenericCommand_macro_help();