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 ee8d44a95..65663cd57 100644
--- a/src/input/inputaction.h
+++ b/src/input/inputaction.h
@@ -416,6 +416,7 @@ namespace InputAction
ENABLE_AWAY,
TEST_PARTICLE,
CREATE_ITEMS,
+ TALK_RAW,
TOTAL
};
} // namespace InputAction
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 9485d46d7..baaee04d1 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -3521,6 +3521,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputAction::NO_VALUE, 50,
InputCondition::INGAME,
"createitems",
+ false},
+ {"keyTalkRaw",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT,
+ &Actions::talkRaw,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "talkraw",
false}
};