From b4b4a585350363476e145cd27733f9dc287a401f Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Tue, 25 Jun 2002 00:11:26 +0000 Subject: [PATCH] Damn triangles be gone --- reaction/cgame/cg_players.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reaction/cgame/cg_players.c b/reaction/cgame/cg_players.c index c697fa6a..eece46b1 100644 --- a/reaction/cgame/cg_players.c +++ b/reaction/cgame/cg_players.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.36 2002/06/25 00:11:26 jbravo +// Damn triangles be gone +// // Revision 1.35 2002/06/24 05:51:51 jbravo // CTF mode is now semi working // @@ -2183,7 +2186,7 @@ static void CG_PlayerSprites(centity_t * cent) return; } // JBravo: no triangles over teammates. - if (cgs.gametype == GT_TEAMPLAY) { + if (cgs.gametype == GT_TEAMPLAY || cgs.gametype == GT_CTF) { return; }