summaryrefslogtreecommitdiff
path: root/src/actions
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/chat.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp
index f6e1d9a55..4c77787ab 100644
--- a/src/actions/chat.cpp
+++ b/src/actions/chat.cpp
@@ -47,6 +47,8 @@
#include "debug.h"
+const int DEFAULT_CHAT_WINDOW_SCROLL = 7;
+
namespace Actions
{