summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
Diffstat (limited to 'src/input')
-rw-r--r--src/input/inputaction.h1
-rw-r--r--src/input/inputactionmap.h9
2 files changed, 10 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h
index 7e8a15ab1..b3b95a8f7 100644
--- a/src/input/inputaction.h
+++ b/src/input/inputaction.h
@@ -492,6 +492,7 @@ namespace InputAction
CONTEXT_MENU,
BUY,
SELL,
+ WHISPER2,
TOTAL
};
} // namespace InputAction
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index f4579881c..8e14f911c 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -4171,6 +4171,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputCondition::GAME,
"sell",
false},
+ {"keyWhisper2",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT,
+ &Actions::msg2,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "w2|whisper2|msg2",
+ true},
};
#endif // INPUT_INPUTACTIONMAP_H