From e1e05eeaa77993e3f3e1c6525878ba33d2957018 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Tue, 23 Jun 2020 07:55:05 +1000 Subject: [PATCH] - change cl_defaultconfiguration default from '2' (leftbinds) to '0' (defbinds). --- source/common/console/c_bind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/console/c_bind.cpp b/source/common/console/c_bind.cpp index c5a540645..1aad2d255 100644 --- a/source/common/console/c_bind.cpp +++ b/source/common/console/c_bind.cpp @@ -739,7 +739,7 @@ void C_SetDefaultKeys(const char* baseconfig) // // //============================================================================= -CVAR(Int, cl_defaultconfiguration, 2, CVAR_ARCHIVE | CVAR_GLOBALCONFIG) +CVAR(Int, cl_defaultconfiguration, 0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG) void C_BindDefaults()