From bdc347006ace87ca6c012c14a4bb885bd5a2cece Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 12 Apr 2004 07:58:04 +0000 Subject: [PATCH] another change for transfusion (remove the little frag counts display from the sbar) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4097 d7cf8633-e32d-0410-b094-e92efae38249 --- sbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbar.c b/sbar.c index cb7eb4fc..9561ca80 100644 --- 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 (); } -- 2.39.2