mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-04-07 02:22:35 +00:00
Damn triangles be gone
This commit is contained in:
parent
d0f11a3c36
commit
b4b4a58535
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue