summaryrefslogtreecommitdiffhomepage
path: root/src/autojump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/autojump.c')
-rw-r--r--src/autojump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autojump.c b/src/autojump.c
index fa0f4b5..2a884c0 100644
--- a/src/autojump.c
+++ b/src/autojump.c
@@ -25,7 +25,7 @@
#include "os.h"
#include "vcall.h"
-DEF_CVAR(sst_autojump, "Jump upon hitting the group while holding space", "0",
+DEF_CVAR(sst_autojump, "Jump upon hitting the group while holding space", 0,
CON_REPLICATE | CON_DEMO | CON_HIDDEN)
struct vec3f { float x, y, z; };