summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-13 20:46:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-13 20:46:44 +0300
commit9f2b625b1d5832d8e7c51f0cc3e61a2e90effd0c (patch)
tree2b920712a112e48b309482766d32d1861778d087 /src/input
parent28e49f0cc48d48bf27fde2deacabb85b90a7352f (diff)
downloadplus-9f2b625b1d5832d8e7c51f0cc3e61a2e90effd0c.tar.gz
plus-9f2b625b1d5832d8e7c51f0cc3e61a2e90effd0c.tar.bz2
plus-9f2b625b1d5832d8e7c51f0cc3e61a2e90effd0c.tar.xz
plus-9f2b625b1d5832d8e7c51f0cc3e61a2e90effd0c.zip
allow create screenshot before connecting to game.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/keyboarddata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/keyboarddata.h b/src/input/keyboarddata.h
index 0de9c871e..da0d22fee 100644
--- a/src/input/keyboarddata.h
+++ b/src/input/keyboarddata.h
@@ -187,7 +187,7 @@ static const KeyData keyData[Input::KEY_TOTAL] = {
Input::GRP_DEFAULT,
&ActionManager::screenshot,
Input::KEY_NO_VALUE, 50,
- COND_GAME | COND_NOTARGET},
+ COND_NOTARGET},
{"keyTrade",
INPUT_KEYBOARD, SDLK_r,
INPUT_UNKNOWN, Input::KEY_NO_VALUE,