summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 23:21:41 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 23:22:35 +0300
commit81b70110b56fb44b913ad58e1640909c9a7a6d3c (patch)
treef9d7012a01b9c5e7c5e1634fa16f74a1daaf1eca /src/input/inputactionmap.h
parentb0ab41f03839163549de4344c027a69312458e77 (diff)
downloadplus-81b70110b56fb44b913ad58e1640909c9a7a6d3c.tar.gz
plus-81b70110b56fb44b913ad58e1640909c9a7a6d3c.tar.bz2
plus-81b70110b56fb44b913ad58e1640909c9a7a6d3c.tar.xz
plus-81b70110b56fb44b913ad58e1640909c9a7a6d3c.zip
Move chat command /outfit into actions.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index a2bdf214c..8c76e65d8 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -3099,7 +3099,16 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputAction::NO_VALUE, 50,
InputCondition::INGAME,
"atkhuman",
- false}
+ false},
+ {"keyOutfit",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT,
+ &Actions::commandOutfit,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "outfit",
+ true}
};
#endif // INPUT_INPUTACTIONMAP_H