summaryrefslogtreecommitdiff
path: root/src/keyboarddata.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-28 13:20:56 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-29 00:18:56 +0300
commit72cc5d13430dff4e41c77482eebd9e5e421fe739 (patch)
tree60faa271d866cb464f2ed15892605001eb84253a /src/keyboarddata.h
parente71b8c2bd9722aae29ed36b78806867964a3121d (diff)
downloadmv-72cc5d13430dff4e41c77482eebd9e5e421fe739.tar.gz
mv-72cc5d13430dff4e41c77482eebd9e5e421fe739.tar.bz2
mv-72cc5d13430dff4e41c77482eebd9e5e421fe739.tar.xz
mv-72cc5d13430dff4e41c77482eebd9e5e421fe739.zip
allow open help and did you know window before login into game.
Diffstat (limited to 'src/keyboarddata.h')
-rw-r--r--src/keyboarddata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboarddata.h b/src/keyboarddata.h
index c22ca08fc..42291c648 100644
--- a/src/keyboarddata.h
+++ b/src/keyboarddata.h
@@ -368,7 +368,7 @@ static const KeyData keyData[Input::KEY_TOTAL] = {
Input::GRP_DEFAULT | Input::GRP_GUI,
&ActionManager::helpWindowShow,
Input::KEY_NO_VALUE, 50,
- COND_SHORTCUT},
+ COND_SHORTCUT0},
{"keyWindowStatus",
INPUT_KEYBOARD, SDLK_F2,
INPUT_UNKNOWN, Input::KEY_NO_VALUE,
@@ -501,7 +501,7 @@ static const KeyData keyData[Input::KEY_TOTAL] = {
Input::GRP_DEFAULT | Input::GRP_GUI,
&ActionManager::didYouKnowWindowShow,
Input::KEY_NO_VALUE, 50,
- COND_GAME | COND_NOTARGET},
+ COND_SHORTCUT0},
{"keyWindowQuests",
INPUT_KEYBOARD, SDLK_LEFTBRACKET,
INPUT_UNKNOWN, Input::KEY_NO_VALUE,