aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_console.c')
-rw-r--r--code/client/cl_console.c2
1 files changed, 1 insertions, 1 deletions
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;