summaryrefslogtreecommitdiff
path: root/src/console_internal.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-12 20:49:27 +0000
committerrubidium <rubidium@openttd.org>2008-08-12 20:49:27 +0000
commitfe87fa82059cb7e32207ba77bdcc06b91bd84d2d (patch)
tree712b85d40fe6b2600386efe14c3b79ca82f15776 /src/console_internal.h
parent203b5eed278040b7ecb41a2a2ef5ae27a9b0ec21 (diff)
downloadopenttd-fe87fa82059cb7e32207ba77bdcc06b91bd84d2d.tar.xz
(svn r14056) -Fix [FS#2192]: the console backlog is too small for list_patches. Now it'll only remove backlog items when there are more than a threshold and when they are there longer than (another) threshold.
Diffstat (limited to 'src/console_internal.h')
-rw-r--r--src/console_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console_internal.h b/src/console_internal.h
index 64603806f..c7c71d04e 100644
--- a/src/console_internal.h
+++ b/src/console_internal.h
@@ -10,6 +10,7 @@
enum {
ICON_CMDLN_SIZE = 1024, ///< maximum length of a typed in command
ICON_MAX_STREAMSIZE = 2048, ///< maximum length of a totally expanded command
+};
enum IConsoleVarTypes {
ICONSOLE_VAR_BOOLEAN,