mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
command docs patch from Misty-chan because his access hasn't completely come
through yet.
This commit is contained in:
parent
222eea81b1
commit
c6e087015c
35 changed files with 341 additions and 218 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue