diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 831ff2d8..31654231 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -823,6 +823,7 @@ qboolean G_RadiusDamage( vec3_t origin, gentity_t *attacker, float damage, floa gentity_t *ignore, int mod ); qboolean G_SelectiveRadiusDamage( vec3_t origin, gentity_t *attacker, float damage, float radius, gentity_t *ignore, int mod, int team ); +float G_RewardAttackers( gentity_t *self ); void body_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int damage, int meansOfDeath ); void AddScore( gentity_t *ent, int score ); |