From: divverent Date: Fri, 1 Apr 2011 20:16:53 +0000 (+0000) Subject: possibly fix offset calc for infobar X-Git-Tag: xonotic-v0.5.0~330 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e6d9a81f7dbc49ac25c75dab636d496e1c8ab474;p=xonotic%2Fdarkplaces.git possibly fix offset calc for infobar git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11007 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=6b98d1a508037e3776c31715fd15610dad758e1e --- diff --git a/cl_screen.c b/cl_screen.c index 1f6538e9..9186a68c 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -613,9 +613,9 @@ static int SCR_InfobarHeight(void) if (cl.time > cl.oldtime) scr_infobartime_off -= cl.time - cl.oldtime; if(scr_infobartime_off > 0) - offset += 8; + offset += 1; if(cls.qw_downloadname[0]) - offset += 8; + offset += 1; downinfo = Curl_GetDownloadInfo(&nDownloads, &addinfo); if(downinfo)