Fix issue with the autorun key when resetting controls to defaults, and give gamefunc_Last_Used_Weapon a default key binding of X

git-svn-id: https://svn.eduke32.com/eduke32@7836 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-07-24 12:56:37 +00:00 committed by Christoph Oelckers
parent 4beaeb5426
commit bf573ff2c9
1 changed files with 5 additions and 5 deletions

View File

@ -129,7 +129,7 @@ const char keydefaults[NUMGAMEFUNCTIONS*2][MAXGAMEFUNCLEN] =
"", "RCtrl",
"E", "",
"LShift", "RShift",
"CapLck", "",
"", "",
"Space", "/",
"LCtrl", "C",
"PgUp", "Kpad9",
@ -177,8 +177,8 @@ const char keydefaults[NUMGAMEFUNCTIONS*2][MAXGAMEFUNCLEN] =
"", "",
"", "",
"", "",
"", "",
"", "",
"CapLck", "",
"X", "",
"F6", "",
"F9", "",
"", "",
@ -194,7 +194,7 @@ const char oldkeydefaults[NUMGAMEFUNCTIONS*2][MAXGAMEFUNCLEN] =
"LCtrl", "RCtrl",
"Space", "",
"LShift", "RShift",
"CapLck", "",
"", "",
"A", "/",
"Z", "",
"PgUp", "Kpad9",
@ -242,7 +242,7 @@ const char oldkeydefaults[NUMGAMEFUNCTIONS*2][MAXGAMEFUNCLEN] =
"", "",
"", "",
"", "",
"", "",
"CapLck", "",
"", "",
"F6", "",
"F9", "",