mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 07:42:15 +00:00
oops
This commit is contained in:
parent
311d68fcef
commit
cc072dd9fa
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.14 2002/07/09 03:31:25 niceass
|
||||
// oops
|
||||
//
|
||||
// Revision 1.13 2002/07/09 03:23:14 niceass
|
||||
// added a alive function
|
||||
//
|
||||
|
@ -808,7 +811,7 @@ int G_PlayerAlive(gentity_t *ent)
|
|||
}
|
||||
else
|
||||
{
|
||||
if ( ent->health > 0 && ( ent->client->sess.sessionTeam == TEAM_RED || other->client->sess.sessionTeam == TEAM_BLUE ) )
|
||||
if ( ent->health > 0 && ( ent->client->sess.sessionTeam == TEAM_RED || ent->client->sess.sessionTeam == TEAM_BLUE ) )
|
||||
return qtrue;
|
||||
else
|
||||
return qfalse;
|
||||
|
|
Loading…
Reference in a new issue