mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Added pause command
This commit is contained in:
parent
affc28ab79
commit
d3f1b62208
1 changed files with 1 additions and 0 deletions
|
@ -1727,6 +1727,7 @@ void Com_Init( char *commandLine ) {
|
|||
Cmd_AddCommand("changeVectors", MSG_ReportChangeVectors_f );
|
||||
Cmd_AddCommand("writeconfig", Com_WriteConfig_f );
|
||||
Cmd_SetCommandCompletionFunc( "writeconfig", Cmd_CompleteCfgName );
|
||||
Cmd_AddCommand("pause", Com_Pause_f);
|
||||
Cmd_AddCommand("game_restart", Com_GameRestart_f);
|
||||
|
||||
// override anything from the config files with command line args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue