mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-25 13:11:34 +00:00
One more extra body fix
This commit is contained in:
parent
733a64893a
commit
37e62bcc41
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.134 2002/08/30 15:27:10 jbravo
|
||||||
|
// One more extra body fix
|
||||||
|
//
|
||||||
// Revision 1.133 2002/08/30 01:09:06 jbravo
|
// Revision 1.133 2002/08/30 01:09:06 jbravo
|
||||||
// Semi fixed the bodies thing in CTB
|
// Semi fixed the bodies thing in CTB
|
||||||
//
|
//
|
||||||
|
@ -1317,6 +1320,8 @@ void MakeSpectator(gentity_t * ent)
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
client = ent->client;
|
client = ent->client;
|
||||||
|
if (client->sess.sessionTeam == TEAM_SPECTATOR)
|
||||||
|
return;
|
||||||
if (!client->gibbed || ent->s.eType != ET_INVISIBLE)
|
if (!client->gibbed || ent->s.eType != ET_INVISIBLE)
|
||||||
CopyToBodyQue(ent);
|
CopyToBodyQue(ent);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue