From 37e8d12efab493762a966ecdc93c100672c23b5f Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 14 Apr 2007 18:27:13 +0000 Subject: [PATCH] changed default cl_autodemo_nameformat to put demos in an autodemos/ directory (they clutter the id1 directory too much) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7094 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_main.c b/cl_main.c index fcda0088..a95388a3 100644 --- a/cl_main.c +++ b/cl_main.c @@ -52,7 +52,7 @@ cvar_t m_side = {CVAR_SAVE, "m_side","0.8","mouse side speed multiplier"}; cvar_t freelook = {CVAR_SAVE, "freelook", "1","mouse controls pitch instead of forward/back"}; cvar_t cl_autodemo = {CVAR_SAVE, "cl_autodemo", "0", "records every game played, using the date/time and map name to name the demo file" }; -cvar_t cl_autodemo_nameformat = {CVAR_SAVE, "cl_autodemo_nameformat", "%Y-%m-%d_%H-%M", "The format of the cl_autodemo filename, followed by the map name" }; +cvar_t cl_autodemo_nameformat = {CVAR_SAVE, "cl_autodemo_nameformat", "autodemos/%Y-%m-%d_%H-%M", "The format of the cl_autodemo filename, followed by the map name" }; cvar_t r_draweffects = {0, "r_draweffects", "1","renders temporary sprite effects"}; -- 2.39.2