mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
Remove C as alternate default bind for regular gamefunc_Crouch
git-svn-id: https://svn.eduke32.com/eduke32@8066 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
de170848af
commit
c670cceb18
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ const char keydefaults[NUMGAMEFUNCTIONS*2][MAXGAMEFUNCLEN] =
|
|||
"LShift", "RShift",
|
||||
"", "",
|
||||
"Space", "/",
|
||||
"LCtrl", "C",
|
||||
"LCtrl", "",
|
||||
"PgUp", "Kpad9",
|
||||
"PgDn", "Kpad3",
|
||||
"Insert", "Kpad0",
|
||||
|
|
Loading…
Reference in a new issue