summaryrefslogtreecommitdiff
path: root/src/game/g_combat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_combat.c')
-rw-r--r--src/game/g_combat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c
index 12953de0..8532e4c4 100644
--- a/src/game/g_combat.c
+++ b/src/game/g_combat.c
@@ -219,7 +219,8 @@ void body_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int d
return;
}
- GibEntity( self, 0 );
+ //TA: no gibbing
+ //GibEntity( self, 0 );
}