command docs patch from Misty-chan because his access hasn't completely come

through yet.
This commit is contained in:
Bill Currie 2001-02-06 02:56:14 +00:00
parent 222eea81b1
commit c6e087015c
35 changed files with 341 additions and 218 deletions

View file

@ -1541,14 +1541,14 @@ M_Quit_Draw (void)
void
M_Init (void)
{
Cmd_AddCommand ("togglemenu", M_ToggleMenu_f, "No Description");
Cmd_AddCommand ("togglemenu", M_ToggleMenu_f, "Toggle the menu");
Cmd_AddCommand ("menu_main", M_Menu_Main_f, "No Description");
Cmd_AddCommand ("menu_options", M_Menu_Options_f, "No Description");
Cmd_AddCommand ("menu_keys", M_Menu_Keys_f, "No Description");
Cmd_AddCommand ("menu_video", M_Menu_Video_f, "No Description");
Cmd_AddCommand ("menu_help", M_Menu_Help_f, "No Description");
Cmd_AddCommand ("menu_quit", M_Menu_Quit_f, "No Description");
Cmd_AddCommand ("menu_main", M_Menu_Main_f, "Show main menu");
Cmd_AddCommand ("menu_options", M_Menu_Options_f, "Show options menu");
Cmd_AddCommand ("menu_keys", M_Menu_Keys_f, "Show key selection menu");
Cmd_AddCommand ("menu_video", M_Menu_Video_f, "Show video selection menu");
Cmd_AddCommand ("menu_help", M_Menu_Help_f, "Show help menu");
Cmd_AddCommand ("menu_quit", M_Menu_Quit_f, "Show quit question");
}