From eade4818db87cc41e4c014688e5ee0d15ede6912 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 02:33:48 +0300 Subject: Move chat command /dumpogl into actions. --- src/input/inputactionmap.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/input/inputactionmap.h') 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} }; -- cgit v1.2.3-60-g2f50