summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-05-17 23:25:18 +0000
committerDarkvater <darkvater@openttd.org>2005-05-17 23:25:18 +0000
commitcdb81c660c88dd3e4d6f57495734e32ae08556d4 (patch)
tree75fae0176d0d0f4f2783c4fe01f038b7a399c5f7 /ttd.h
parent9fb4b2ef5558d316e8f684a43f8df24ee6303d37 (diff)
downloadopenttd-cdb81c660c88dd3e4d6f57495734e32ae08556d4.tar.xz
(svn r2348) - Fix: Do not scroll the game with the arrow keys when the chatbox is open
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttd.h b/ttd.h
index 018198779..96d247547 100644
--- a/ttd.h
+++ b/ttd.h
@@ -536,6 +536,7 @@ enum {
SCROLL_CON = 0,
SCROLL_EDIT = 1,
SCROLL_SAVE = 2,
+ SCROLL_CHAT = 4,
};
VARDEF byte _no_scroll;