updates to g_combat.c

This commit is contained in:
Walter Julius Hennecke 2014-11-10 21:02:07 +01:00
parent 133ea2230d
commit 8552f9103e

View file

@ -26,8 +26,6 @@ void G_Combat_GibEntity(gentity_t* self, int32_t killer) {
self->r.contents = 0; self->r.contents = 0;
} }
#define BORG_ADAPT_NUM_HITS 10
/** /**
* \brief Checks if borg have adapted to a specified damage type. * \brief Checks if borg have adapted to a specified damage type.
* \param targ The target. * \param targ The target.