about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/gc_console.cpp2
1 files changed, 1 insertions, 1 deletions
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)