mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- change cl_defaultconfiguration default from '2' (leftbinds) to '0' (defbinds).
This commit is contained in:
parent
91cc97ced0
commit
e1e05eeaa7
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue