From b113d23db66d38ebf3c19968e4a73332d97b2cb6 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Thu, 13 Jun 2002 21:03:31 +0000 Subject: [PATCH] MOre gibfixes --- reaction/game/g_combat.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reaction/game/g_combat.c b/reaction/game/g_combat.c index c5638649..f26cd097 100644 --- a/reaction/game/g_combat.c +++ b/reaction/game/g_combat.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.95 2002/06/13 21:03:31 jbravo +// MOre gibfixes +// // Revision 1.94 2002/06/13 19:38:43 jbravo // Small gib fix // @@ -533,6 +536,8 @@ GibEntity ================== */ void GibEntity( gentity_t *self, int killer ) { + if (g_RQ3_gib.integer < 3) + return; G_AddEvent( self, EV_GIB_PLAYER, killer ); self->takedamage = qfalse; self->s.eType = ET_INVISIBLE;