mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-25 13:11:34 +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$
|
// $Log$
|
||||||
|
// Revision 1.14 2002/07/09 03:31:25 niceass
|
||||||
|
// oops
|
||||||
|
//
|
||||||
// Revision 1.13 2002/07/09 03:23:14 niceass
|
// Revision 1.13 2002/07/09 03:23:14 niceass
|
||||||
// added a alive function
|
// added a alive function
|
||||||
//
|
//
|
||||||
|
@ -808,7 +811,7 @@ int G_PlayerAlive(gentity_t *ent)
|
||||||
}
|
}
|
||||||
else
|
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;
|
return qtrue;
|
||||||
else
|
else
|
||||||
return qfalse;
|
return qfalse;
|
||||||
|
|
Loading…
Reference in a new issue