summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 12:46:16 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 12:46:16 +0300
commite5ac29f35d9a0ede9d1263ab1bb7c20568dbdd67 (patch)
tree56240086db88e4e72fb29dabffea23aaf3034eb6 /src/input/inputactionmap.h
parentd1a7fe4f55b967d7d844c0587f976d7d393b99e0 (diff)
downloadplus-e5ac29f35d9a0ede9d1263ab1bb7c20568dbdd67.tar.gz
plus-e5ac29f35d9a0ede9d1263ab1bb7c20568dbdd67.tar.bz2
plus-e5ac29f35d9a0ede9d1263ab1bb7c20568dbdd67.tar.xz
plus-e5ac29f35d9a0ede9d1263ab1bb7c20568dbdd67.zip
Move chat command /cleangraphics 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 ebadff15d..5b740c61f 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -2991,7 +2991,16 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputAction::NO_VALUE, 50,
InputCondition::INGAME,
"erase",
- true}
+ true},
+ {"keyCleanGraphics",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT,
+ &Actions::cleanGraphics,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "cleangraphics",
+ false}
};
#endif // INPUT_INPUTACTIONMAP_H