From bc5a8944d03f0b96ffa1fd88c33c2f84c4d9249c Mon Sep 17 00:00:00 2001 From: tjw Date: Tue, 22 Aug 2006 16:13:51 +0000 Subject: * Add SVN version to the version string displayed in the client console if it can be detected git-svn-id: svn://svn.icculus.org/quake3/trunk@858 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_console.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/client/cl_console.c') diff --git a/code/client/cl_console.c b/code/client/cl_console.c index 09e48e7..b8f5f90 100644 --- a/code/client/cl_console.c +++ b/code/client/cl_console.c @@ -619,13 +619,13 @@ void Con_DrawSolidConsole( float frac ) { re.SetColor( g_color_table[ColorIndex(COLOR_RED)] ); - i = strlen( Q3_VERSION ); + i = strlen( SVN_VERSION ); for (x=0 ; x