mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-24 11:02:48 +00:00
Merge branch 'fat-demos' into 'master'
Double demo buffer size See merge request KartKrew/Kart!1862
This commit is contained in:
commit
4fb287f47b
1 changed files with 2 additions and 1 deletions
|
|
@ -2092,7 +2092,8 @@ void G_RecordDemo(const char *name)
|
|||
strcpy(demoname, name);
|
||||
strcat(demoname, ".lmp");
|
||||
//@TODO make a maxdemosize cvar
|
||||
maxsize = 1024*1024*2;
|
||||
// NOPE. We are kicking this can HELLA down the road. -Tyron 2024-01-20
|
||||
maxsize = 1024*1024*4;
|
||||
|
||||
if (M_CheckParm("-maxdemo") && M_IsNextParm())
|
||||
maxsize = atoi(M_GetNextParm()) * 1024;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue