diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-25 23:07:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-25 23:07:02 +0300 |
commit | b0ab41f03839163549de4344c027a69312458e77 (patch) | |
tree | 2e7d8ec9a61dd23c667f7967b52971cd297624ec /src/input/inputactionmap.h | |
parent | 53fce496581e70f0d99bf91152cc6d7e802e0974 (diff) | |
download | plus-b0ab41f03839163549de4344c027a69312458e77.tar.gz plus-b0ab41f03839163549de4344c027a69312458e77.tar.bz2 plus-b0ab41f03839163549de4344c027a69312458e77.tar.xz plus-b0ab41f03839163549de4344c027a69312458e77.zip |
Move chat command /atkhuman into actions.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 6e0dbd668..a2bdf214c 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -3090,7 +3090,16 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputAction::NO_VALUE, 50, InputCondition::INGAME, "target", - true} + true}, + {"keyAttackHuman", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::attackHuman, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "atkhuman", + false} }; #endif // INPUT_INPUTACTIONMAP_H |