summaryrefslogtreecommitdiffhomepage
path: root/src/demorec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demorec.c')
-rw-r--r--src/demorec.c2
1 files changed, 1 insertions, 1 deletions
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,