summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-07 02:23:04 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-07 02:23:04 +0300
commit3e0bce53e2b3387801f3e0484f01a64d767115da (patch)
tree0601c1a09f7452fb41702249e70cbe0f035ea7df /src/input
parentc35ae089aaa484b72c787625d2dd9a1481fa15b6 (diff)
downloadplus-3e0bce53e2b3387801f3e0484f01a64d767115da.tar.gz
plus-3e0bce53e2b3387801f3e0484f01a64d767115da.tar.bz2
plus-3e0bce53e2b3387801f3e0484f01a64d767115da.tar.xz
plus-3e0bce53e2b3387801f3e0484f01a64d767115da.zip
Allow open debug window before connecting to game.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/inputactionmap.h2
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},