Double default replay size

This commit is contained in:
fickleheart 2019-02-16 15:49:54 -06:00
parent ca401aac8a
commit fcfce0bd49
1 changed files with 2 additions and 1 deletions

View File

@ -5833,7 +5833,8 @@ void G_RecordDemo(const char *name)
strcpy(demoname, name);
strcat(demoname, ".lmp");
maxsize = 1024*1024;
//@TODO make a maxdemosize cvar
maxsize = 1024*1024*2;
if (M_CheckParm("-maxdemo") && M_IsNextParm())
maxsize = atoi(M_GetNextParm()) * 1024;
// if (demobuffer)