From c06c787acceec22845f023b2f849858d36af6585 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Aug 2014 21:17:29 +0300 Subject: Move chat command /wait into actions. --- src/input/inputactionmap.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 2048b845f..7a7b148cd 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -3252,7 +3252,16 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputAction::NO_VALUE, 50, InputCondition::INGAME, "info", - false} + false}, + {"keyWait", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::wait, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "wait", + true} }; #endif // INPUT_INPUTACTIONMAP_H -- cgit v1.2.3-60-g2f50