summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 12:32:16 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 12:32:16 +0300
commit7c87b2ac8e01307e603bd85420f8d10724a296e6 (patch)
treea653847183daa2bcb64f90d37893f549a2bcb6df /src/input/inputactionmap.h
parenteade4818db87cc41e4c014688e5ee0d15ede6912 (diff)
downloadplus-7c87b2ac8e01307e603bd85420f8d10724a296e6.tar.gz
plus-7c87b2ac8e01307e603bd85420f8d10724a296e6.tar.bz2
plus-7c87b2ac8e01307e603bd85420f8d10724a296e6.tar.xz
plus-7c87b2ac8e01307e603bd85420f8d10724a296e6.zip
Move chat command /dumpgl into actions.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 0eb445c53..eb430ddfa 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -3387,6 +3387,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputAction::NO_VALUE, 50,
InputCondition::INGAME,
"dumpogl",
+ false},
+ {"keyDumpGL",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT,
+ &Actions::dumpGL,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "dumpgl",
false}
};