diff --git a/src/g_demo.c b/src/g_demo.c index 8e94c64a3..4065c9304 100644 --- a/src/g_demo.c +++ b/src/g_demo.c @@ -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;