summaryrefslogtreecommitdiff
path: root/src/keyboarddata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboarddata.h')
-rw-r--r--src/keyboarddata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboarddata.h b/src/keyboarddata.h
index c5bc7b7f2..0b7a0932e 100644
--- a/src/keyboarddata.h
+++ b/src/keyboarddata.h
@@ -644,7 +644,7 @@ static KeyData const keyData[Input::KEY_TOTAL] = {
Input::GRP_DEFAULT | Input::GRP_CHAT,
&ActionManager::toggleChat,
Input::KEY_NO_VALUE, 50,
- COND_ENABLED | COND_NOINPUT | COND_NOAWAY | COND_NOMODAL},
+ COND_NOINPUT | COND_NOAWAY | COND_NOMODAL},
{"keyChatScrollUp", SDLK_PAGEUP,
Input::GRP_DEFAULT | Input::GRP_GUI,
&ActionManager::scrollChatUp,