- Applied latest TEAMINFO patch.
SVN r1400 (trunk)
This commit is contained in:
parent
403b2c3c56
commit
b387752f2f
10 changed files with 336 additions and 156 deletions
|
|
@ -4910,7 +4910,7 @@ bool AActor::IsTeammate (AActor *other)
|
|||
return false;
|
||||
if (!deathmatch)
|
||||
return true;
|
||||
if (teamplay && other->player->userinfo.team != TEAM_None &&
|
||||
if (teamplay && other->player->userinfo.team != TEAM_NONE &&
|
||||
player->userinfo.team == other->player->userinfo.team)
|
||||
{
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue