Added pause command

This commit is contained in:
smallmodel 2023-11-07 19:20:07 +01:00
parent affc28ab79
commit d3f1b62208
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -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