From edc1b3cdc2928cc1c1c6937fb232bf7804f39ad9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 12 Aug 2008 20:31:49 +0000 Subject: (svn r14055) -Codechange: increase buffers for (dedicated) consoles as they couldn't use the full "extent" of the new chat message limit. --- src/video/dedicated_v.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video') diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index 60a20f072..c54f3d826 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -216,7 +216,7 @@ static uint32 GetTime() static void DedicatedHandleKeyInput() { - static char input_line[200] = ""; + static char input_line[1024] = ""; if (!InputWaiting()) return; -- cgit v1.2.3-54-g00ecf