diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputactionmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index f3e75ed40..5d6fdc702 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -263,7 +263,8 @@ static const InputActionData inputActionData Input::GRP_DEFAULT, &Actions::sit, InputAction::NO_VALUE, 50, - InputCondition::GAME | InputCondition::NOTARGET | InputCondition::NOBLOCK, + InputCondition::GAME | InputCondition::NOTARGET | + InputCondition::NOBLOCK, "sit", UseArgs_false, Protected_false}, |