From acba95ebb0119e7b0f9ef01d9bf3577582857253 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 13 Feb 2018 01:54:28 +0300 Subject: Add clan window. For now can be opened only by chat command /clan. --- src/input/inputactionmap.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/input') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 45561eec6..6e00ebe10 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5954,6 +5954,18 @@ static const InputActionData inputActionData "addskillshortcut|skillshortcut", UseArgs_true, Protected_false}, + {"keyWindowClan", + emptyKey, + emptyKey, + Input::GRP_DEFAULT | Input::GRP_GUI, + &Actions::clanWindowShow, + InputAction::NO_VALUE, 50, + InputCondition::KEY_DOWN | + InputCondition::GAME | + InputCondition::NOTARGET, + "clanwindow|clan", + UseArgs_false, + Protected_false}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50