Added recordmap for recording demos from console

recordmap <filename> <map name>
Starts a new game from the specified map recording to the specified
filename
This commit is contained in:
Edward Richardson 2014-11-01 17:47:29 +13:00
commit eceb37aa64
5 changed files with 60 additions and 0 deletions

View file

@ -1338,6 +1338,7 @@ CCMD (endgame)
{
gameaction = ga_fullconsole;
demosequence = -1;
G_CheckDemoStatus();
}
}