summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 02:33:48 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 02:33:48 +0300
commiteade4818db87cc41e4c014688e5ee0d15ede6912 (patch)
tree422a84ea0dc5444fad986a75b6c783f83a111aec /src/input/inputactionmap.h
parent1b27066e2d98c82b0bf135188ebb57e16af669df (diff)
downloadplus-eade4818db87cc41e4c014688e5ee0d15ede6912.tar.gz
plus-eade4818db87cc41e4c014688e5ee0d15ede6912.tar.bz2
plus-eade4818db87cc41e4c014688e5ee0d15ede6912.tar.xz
plus-eade4818db87cc41e4c014688e5ee0d15ede6912.zip
Move chat command /dumpogl 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 b363a7ce1..0eb445c53 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -3378,6 +3378,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputAction::NO_VALUE, 50,
InputCondition::INGAME,
"dumpt",
+ false},
+ {"keyDumpOGL",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT,
+ &Actions::dumpOGL,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "dumpogl",
false}
};