diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-07 00:05:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-07 00:05:36 +0300 |
commit | a0f7d665da88809186f535401fb5de85286f7af3 (patch) | |
tree | e2ff024edb813e974ca70dad70049a6d06e29528 /src/input | |
parent | eb49768b0908dcd90f26a6bb381e864d0cd5e550 (diff) | |
download | plus-a0f7d665da88809186f535401fb5de85286f7af3.tar.gz plus-a0f7d665da88809186f535401fb5de85286f7af3.tar.bz2 plus-a0f7d665da88809186f535401fb5de85286f7af3.tar.xz plus-a0f7d665da88809186f535401fb5de85286f7af3.zip |
fix code style.
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}, |