From 2ee19ac4f668df083228e96add343ff01de4bf1b Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 29 Jun 2007 11:46:38 +0000 Subject: [PATCH] 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 --- sbar.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2