From 72cc5d13430dff4e41c77482eebd9e5e421fe739 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 28 Aug 2013 13:20:56 +0300 Subject: allow open help and did you know window before login into game. --- src/keyboarddata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/keyboarddata.h') 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, -- cgit v1.2.3-60-g2f50