diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputaction.h | 1 | ||||
-rw-r--r-- | src/input/inputactionmap.h | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 36f9277b1..cfeef44c1 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -412,6 +412,7 @@ namespace InputAction DISABLE_HIGHLIGHT, DONT_REMOVE_NAME, REMOVE_NAME, + DISABLE_AWAY, TOTAL }; } // namespace InputAction diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 244400d1b..d2d09c770 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -3485,6 +3485,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputAction::NO_VALUE, 50, InputCondition::INGAME, "removename", + false}, + {"keyDisableAway", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::disableAway, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "disableaway", false} }; |