From: divverent Date: Fri, 29 Jun 2007 11:46:38 +0000 (+0000) Subject: and now I see that the added frags counter requires shifting the flag status icons... X-Git-Tag: xonotic-v0.1.0preview~3005 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2ee19ac4f668df083228e96add343ff01de4bf1b;p=xonotic%2Fdarkplaces.git and now I see that the added frags counter requires shifting the flag status icons up... so the chat still is unobstructed git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7459 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sbar.c b/sbar.c index 33a39dcb..b2161695 100644 --- a/sbar.c +++ b/sbar.c @@ -1223,9 +1223,9 @@ void Sbar_Draw (void) else { if (redflag) - Sbar_DrawPic (10 - sbar_x, -109, sb_items[redflag+10]); + Sbar_DrawPic (10 - sbar_x, -117, sb_items[redflag+10]); if (blueflag) - Sbar_DrawPic (10 - sbar_x, -169, sb_items[blueflag+14]); + Sbar_DrawPic (10 - sbar_x, -177, sb_items[blueflag+14]); } // armor @@ -1318,9 +1318,9 @@ void Sbar_Draw (void) else { if (redflag) - Sbar_DrawPic (10 - sbar_x, -109, sb_items[redflag+10]); + Sbar_DrawPic (10 - sbar_x, -117, sb_items[redflag+10]); if (blueflag) - Sbar_DrawPic (10 - sbar_x, -169, sb_items[blueflag+14]); + Sbar_DrawPic (10 - sbar_x, -177, sb_items[blueflag+14]); } // armor