From 37e62bcc41ed81d9293f98a617dad94167f81452 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Fri, 30 Aug 2002 15:27:10 +0000 Subject: [PATCH] One more extra body fix --- reaction/game/g_teamplay.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reaction/game/g_teamplay.c b/reaction/game/g_teamplay.c index b930dd56..ca6cbadd 100644 --- a/reaction/game/g_teamplay.c +++ b/reaction/game/g_teamplay.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $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 // Semi fixed the bodies thing in CTB // @@ -1317,6 +1320,8 @@ void MakeSpectator(gentity_t * ent) int i; client = ent->client; + if (client->sess.sessionTeam == TEAM_SPECTATOR) + return; if (!client->gibbed || ent->s.eType != ET_INVISIBLE) CopyToBodyQue(ent);