diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-07 02:23:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-07 02:23:04 +0300 |
commit | 3e0bce53e2b3387801f3e0484f01a64d767115da (patch) | |
tree | 0601c1a09f7452fb41702249e70cbe0f035ea7df /src/input | |
parent | c35ae089aaa484b72c787625d2dd9a1481fa15b6 (diff) | |
download | mv-3e0bce53e2b3387801f3e0484f01a64d767115da.tar.gz mv-3e0bce53e2b3387801f3e0484f01a64d767115da.tar.bz2 mv-3e0bce53e2b3387801f3e0484f01a64d767115da.tar.xz mv-3e0bce53e2b3387801f3e0484f01a64d767115da.zip |
Allow open debug window before connecting to game.
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputactionmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index cfe709674..9f4f3f63e 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -613,7 +613,7 @@ static const InputActionData inputActionData Input::GRP_DEFAULT | Input::GRP_GUI, &Actions::debugWindowShow, InputAction::NO_VALUE, 50, - InputCondition::GAME | InputCondition::NOTARGET, + InputCondition::SHORTCUT0 | InputCondition::NOTARGET, "debug|opendebug", UseArgs_false, Protected_false}, |