(svn r14055) -Codechange: increase buffers for (dedicated) consoles as they couldn't use the full "extent" of the new chat message limit.
This commit is contained in:
@@ -216,7 +216,7 @@ static uint32 GetTime()
|
||||
|
||||
static void DedicatedHandleKeyInput()
|
||||
{
|
||||
static char input_line[200] = "";
|
||||
static char input_line[1024] = "";
|
||||
|
||||
if (!InputWaiting()) return;
|
||||
|
||||
|
Reference in New Issue
Block a user