diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-23 20:34:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-23 20:34:25 +0300 |
commit | 051b5fc10eaec4f4aec1de8e79f2feae60f0e084 (patch) | |
tree | 16d14e76fa3654b99646fcf95bd91252429a05e8 /src/input/inputactionmap.h | |
parent | 0bda5a9018bb8a8b0511e86d6b0790a5b5127e42 (diff) | |
download | plus-051b5fc10eaec4f4aec1de8e79f2feae60f0e084.tar.gz plus-051b5fc10eaec4f4aec1de8e79f2feae60f0e084.tar.bz2 plus-051b5fc10eaec4f4aec1de8e79f2feae60f0e084.tar.xz plus-051b5fc10eaec4f4aec1de8e79f2feae60f0e084.zip |
Move chat command /where into actions.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index b1807760d..241ed632a 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -2874,6 +2874,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputAction::NO_VALUE, 50, InputCondition::INGAME, "ipctoggle", + false}, + {"keyWhere", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::where, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "where", false} }; |