From eb6fc1676401bc71419db2239e350ae24f63ae4e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 20 Nov 2021 04:06:14 +0000 Subject: Set sst_autorecord to 1 by default A few of us agreed there's really no reason not to. --- src/demorec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demorec.c b/src/demorec.c index 8e4c2c2..60966e5 100644 --- a/src/demorec.c +++ b/src/demorec.c @@ -44,7 +44,7 @@ static int auto_demonum = 1; static bool auto_recording = false; DEF_CVAR(sst_autorecord, "Continue recording demos through map changes", - "0", CON_ARCHIVE | CON_HIDDEN) + "1", CON_ARCHIVE | CON_HIDDEN) static void VCALLCONV hook_StopRecording(void *this) { // This hook will get called twice per loaded save (in most games/versions, -- cgit v1.2.3