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:
terminx 2019-09-02 05:55:08 +00:00 committed by Christoph Oelckers
parent de170848af
commit c670cceb18
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ const char keydefaults[NUMGAMEFUNCTIONS*2][MAXGAMEFUNCLEN] =
"LShift", "RShift", "LShift", "RShift",
"", "", "", "",
"Space", "/", "Space", "/",
"LCtrl", "C", "LCtrl", "",
"PgUp", "Kpad9", "PgUp", "Kpad9",
"PgDn", "Kpad3", "PgDn", "Kpad3",
"Insert", "Kpad0", "Insert", "Kpad0",