]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
another change for transfusion (remove the little frag counts display from the sbar)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 12 Apr 2004 07:58:04 +0000 (07:58 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 12 Apr 2004 07:58:04 +0000 (07:58 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4097 d7cf8633-e32d-0410-b094-e92efae38249

sbar.c

diff --git a/sbar.c b/sbar.c
index cb7eb4fc19cebc224fb2beab594a9ea7d00671bf..9561ca80724abbbb103f8026fa6a3ae8523fcb2d 100644 (file)
--- a/sbar.c
+++ b/sbar.c
@@ -1036,7 +1036,7 @@ void Sbar_Draw (void)
                {
                        if (gamemode != GAME_GOODVSBAD2)
                                Sbar_DrawInventory ();
-                       if (!cl.islocalgame)
+                       if (!cl.islocalgame && gamemode != GAME_TRANSFUSION)
                                Sbar_DrawFrags ();
                }