(svn r2348) - Fix: Do not scroll the game with the arrow keys when the chatbox is open

This commit is contained in:
Darkvater
2005-05-17 23:25:18 +00:00
parent 73ea0646ae
commit b51c190546
3 changed files with 9 additions and 6 deletions

1
ttd.h
View File

@@ -536,6 +536,7 @@ enum {
SCROLL_CON = 0,
SCROLL_EDIT = 1,
SCROLL_SAVE = 2,
SCROLL_CHAT = 4,
};
VARDEF byte _no_scroll;