mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-10 10:02:41 +00:00
Double default replay size
This commit is contained in:
parent
7c6226ee91
commit
712bdfd4b6
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue