- change cl_defaultconfiguration default from '2' (leftbinds) to '0' (defbinds).

This commit is contained in:
Mitchell Richters 2020-06-23 07:55:05 +10:00 committed by Christoph Oelckers
parent 91cc97ced0
commit e1e05eeaa7

View file

@ -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() void C_BindDefaults()