From 6a7a9814cbfa32d011eead273fe1562a97ea9451 Mon Sep 17 00:00:00 2001 From: ludwig Date: Sun, 2 Nov 2008 17:39:25 +0000 Subject: move location of version string in console a bit patch by 'devhc97' (#3758) git-svn-id: svn://svn.icculus.org/quake3/trunk@1479 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_console.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'code') diff --git a/code/client/cl_console.c b/code/client/cl_console.c index 80e4e43..da575a3 100644 --- a/code/client/cl_console.c +++ b/code/client/cl_console.c @@ -611,7 +611,7 @@ void Con_DrawSolidConsole( float frac ) { SCR_AdjustFrom640( &con.xadjust, NULL, NULL, NULL ); // draw the background - y = frac * SCREEN_HEIGHT - 2; + y = frac * SCREEN_HEIGHT; if ( y < 1 ) { y = 0; } @@ -633,10 +633,8 @@ void Con_DrawSolidConsole( float frac ) { i = strlen( Q3_VERSION ); for (x=0 ; x