]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
we can enable NPOT fonts, there seems to be no slowdown from it
[xonotic/darkplaces.git] / cl_screen.c
index 545300425a314ba34041d9f526dd0578557cff45..60cae502929ddbb7353cb813df57067f7e0e9617 100644 (file)
@@ -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)