]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sbar.c
Fixed partially the sound code for DP video captures. It still can't sync with the...
[xonotic/darkplaces.git] / 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 ();
                }