1
0
Fork 0
forked from fte/fteqw

mvdplay disabled. See who notices before it's finally removed totally.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2105 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-03-14 01:12:17 +00:00
parent baad7f5422
commit fe607e613f
2 changed files with 3 additions and 3 deletions

View file

@ -602,8 +602,8 @@ qboolean SV_ReadMVD (void)
void SV_Demo_Init(void)
{
Cmd_AddCommand("playmvd", SV_LoadClientDemo_f);
Cmd_AddCommand("mvdplay", SV_LoadClientDemo_f);
//Cmd_AddCommand("playmvd", SV_LoadClientDemo_f);
//Cmd_AddCommand("mvdplay", SV_LoadClientDemo_f);
// Cmd_AddCommand("svplay", SV_PlayDemo_f);
// Cmd_AddCommand("svrecord", SV_RecordDemo_f);
}

View file

@ -2345,7 +2345,7 @@ void SV_MVDInit(void)
Cmd_AddCommand ("easyrecord", SV_MVDEasyRecord_f);
Cmd_AddCommand ("mvdstop", SV_MVDStop_f);
Cmd_AddCommand ("mvdcancel", SV_MVD_Cancel_f);
Cmd_AddCommand ("mvdplaynum", SV_MVDPlayNum_f);
//Cmd_AddCommand ("mvdplaynum", SV_MVDPlayNum_f);
Cmd_AddCommand ("mvdlist", SV_MVDList_f);
Cmd_AddCommand ("demolist", SV_MVDList_f);
Cmd_AddCommand ("rmdemo", SV_MVDRemove_f);