summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index b96a187f8..9c00f0557 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -4490,6 +4490,12 @@ static const InputActionData inputActionData
InputCondition::INGAME,
"servconfget|getservconf",
UseArgs_true},
+ {"keyChangeTargetingType",
+ defaultAction(&Actions::changeTargetingType),
+ InputCondition::GAME | InputCondition::VALIDSPEED
+ | InputCondition::EMODS,
+ "",
+ UseArgs_false},
};
#undef defaultAction