summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 15:41:52 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 15:41:52 +0300
commitffe1b11e981112a662669358863805fabe14e94c (patch)
tree8f63c2127f123676cdd28491f33060f7eca84e0d /src/input/inputactionmap.h
parentb44ae759ff5a848b7c6d15dc80bba4e7a6948575 (diff)
downloadplus-ffe1b11e981112a662669358863805fabe14e94c.tar.gz
plus-ffe1b11e981112a662669358863805fabe14e94c.tar.bz2
plus-ffe1b11e981112a662669358863805fabe14e94c.tar.xz
plus-ffe1b11e981112a662669358863805fabe14e94c.zip
Move chat command /priceload 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 58688fc27..ab1cd04e2 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -3189,7 +3189,16 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputAction::NO_VALUE, 50,
InputCondition::INGAME,
"trade",
- true}
+ true},
+ {"keyPriceLoad",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT,
+ &Actions::priceLoad,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "priceload",
+ false}
};
#endif // INPUT_INPUTACTIONMAP_H