Small change for Q2 deaths in single player.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@56 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
841b2e6fa0
commit
c916722125
1 changed files with 1 additions and 0 deletions
|
@ -797,6 +797,7 @@ void M_Init (void)
|
|||
#ifndef CLIENTONLY
|
||||
Cmd_AddCommand ("menu_save", M_Menu_Save_f);
|
||||
Cmd_AddCommand ("menu_load", M_Menu_Load_f);
|
||||
Cmd_AddCommand ("menu_loadgame", M_Menu_Load_f); //q2...
|
||||
#endif
|
||||
Cmd_AddCommand ("menu_single", M_Menu_SinglePlayer_f);
|
||||
Cmd_AddCommand ("menu_multi", M_Menu_MultiPlayer_f);
|
||||
|
|
Loading…
Reference in a new issue