From 037569c4e52f37196275dbafec670f54da249cf8 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Wed, 16 Jan 2008 22:15:56 +0000 Subject: compile fixes --- src/game/client/gc_console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/gc_console.cpp') diff --git a/src/game/client/gc_console.cpp b/src/game/client/gc_console.cpp index 277cb675..595560b6 100644 --- a/src/game/client/gc_console.cpp +++ b/src/game/client/gc_console.cpp @@ -17,7 +17,7 @@ static unsigned int console_input_len = 0; static char console_input[256] = {0}; static int active = 0; -static char backlog[256][256] = {0}; +static char backlog[256][256] = {{0}}; static int backlog_len; static void client_console_print(const char *str) -- cgit 1.4.1