r739 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu May 4 11:37:09 EDT 2006


Author: thilo
Date: 2006-05-04 11:37:08 -0400 (Thu, 04 May 2006)
New Revision: 739

Modified:
   trunk/code/client/cl_console.c
Log:
removed a space too much after "say_team: " chat prompt.


Modified: trunk/code/client/cl_console.c
===================================================================
--- trunk/code/client/cl_console.c	2006-05-04 13:59:58 UTC (rev 738)
+++ trunk/code/client/cl_console.c	2006-05-04 15:37:08 UTC (rev 739)
@@ -555,7 +555,7 @@
 		if (chat_team)
 		{
 			SCR_DrawBigString (8, v, "say_team:", 1.0f );
-			skip = 11;
+			skip = 10;
 		}
 		else
 		{




More information about the quake3-commits mailing list