From 76ac66f1ad795bb10753572d967d7f9215086897 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Dec 2014 19:39:03 +0300 Subject: Allow assign keys to stop/start pet ai actions. --- src/input/pages/other.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/input/pages') diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp index d91bcdd59..f8327f3b6 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -411,6 +411,18 @@ SetupActionData setupActionDataOther[] = InputAction::MERCENARY_FIRE, "", }, + { + // TRANSLATORS: input action name + N_("Pet ai start"), + InputAction::PET_AI_START, + "", + }, + { + // TRANSLATORS: input action name + N_("Pet ai stop"), + InputAction::PET_AI_STOP, + "", + }, { "", InputAction::NO_VALUE, -- cgit v1.2.3-60-g2f50