From 0f0550ec44115da94cb207b4098a812a12721283 Mon Sep 17 00:00:00 2001 From: Bryce Hutchings Date: Sat, 29 Jun 2002 20:57:25 +0000 Subject: [PATCH] small change to kevlar detection --- reaction/game/g_combat.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reaction/game/g_combat.c b/reaction/game/g_combat.c index 7398aec2..9646a17e 100644 --- a/reaction/game/g_combat.c +++ b/reaction/game/g_combat.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.105 2002/06/29 20:57:25 niceass +// small change to kevlar detection +// // Revision 1.104 2002/06/24 05:51:51 jbravo // CTF mode is now semi working // @@ -1813,6 +1816,9 @@ void G_Damage(gentity_t * targ, gentity_t * inflictor, gentity_t * attacker, attacker = &g_entities[ENTITYNUM_WORLD]; } + if (targ->client) + targ->client->kevlarHit = qfalse; + /* old code if (targ->s.eType == ET_MOVER && targ->health <= 0) { //Makro - added