blob: bd5ee587692dcd53d9a6d0f30700252cfdf7bc24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.1 2008/01/23 04:59:36 tnn Exp $
--- libs/console/client.c.orig 2004-03-02 03:55:17.000000000 +0000
+++ libs/console/client.c
@@ -84,7 +84,7 @@ static float con_cursorspeed = 4;
static cvar_t *con_notifytime; // seconds
static cvar_t *con_alpha;
-static cvar_t *con_size;
+/* static */ cvar_t *con_size;
static cvar_t *con_speed;
static cvar_t *cl_chatmode;
|