From 2675960c2c2c2d32cbf1b7901c7dd9cd997005c6 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Thu, 4 May 2006 15:37:08 +0000 Subject: [PATCH] removed a space too much after "say_team: " chat prompt. --- code/client/cl_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/cl_console.c b/code/client/cl_console.c index 98ec0b6d..09e48e71 100644 --- a/code/client/cl_console.c +++ b/code/client/cl_console.c @@ -555,7 +555,7 @@ void Con_DrawNotify (void) if (chat_team) { SCR_DrawBigString (8, v, "say_team:", 1.0f ); - skip = 11; + skip = 10; } else {