From ce25a7def5dc658d78c06016494b90972f1cf973 Mon Sep 17 00:00:00 2001 From: tma Date: Sat, 29 Oct 2005 23:13:09 +0000 Subject: * General decrufting: * Removed Q3_STATIC and associated defines * Removed MAC_STATIC * Replaced __LCC__ with Q3_VM * Removed bspc and splines directories git-svn-id: svn://svn.icculus.org/quake3/trunk@201 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/client') diff --git a/code/client/cl_console.c b/code/client/cl_console.c index 06f16eb..46438d7 100644 --- a/code/client/cl_console.c +++ b/code/client/cl_console.c @@ -248,7 +248,7 @@ If the line width has changed, reformat the buffer. void Con_CheckResize (void) { int i, j, width, oldwidth, oldtotallines, numlines, numchars; - MAC_STATIC short tbuf[CON_TEXTSIZE]; + short tbuf[CON_TEXTSIZE]; width = (SCREEN_WIDTH / SMALLCHAR_WIDTH) - 2; -- cgit v1.2.3