menu.c: change "help" to "menu_help" to get rid of error on startup.

Add cvs2cl to repository.
This commit is contained in:
Jeff Teunissen 2000-05-23 07:29:02 +00:00
parent 3951d1fe4c
commit 7df8031c9c
6 changed files with 1925 additions and 1 deletions

View file

@ -1384,7 +1384,7 @@ void M_Init (void)
Cmd_AddCommand ("menu_options", M_Menu_Options_f);
Cmd_AddCommand ("menu_keys", M_Menu_Keys_f);
Cmd_AddCommand ("menu_video", M_Menu_Video_f);
Cmd_AddCommand ("help", M_Menu_Help_f);
Cmd_AddCommand ("menu_help", M_Menu_Help_f);
Cmd_AddCommand ("menu_quit", M_Menu_Quit_f);
}