From: Mario Date: Tue, 24 Mar 2015 08:43:11 +0000 (+1100) Subject: Remove a duplicate declaration X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=07696127a45ddb28c0dd347244021459e355423e;p=xonotic%2Fxonotic-data.pk3dir.git Remove a duplicate declaration --- diff --git a/qcsrc/server/g_damage.qh b/qcsrc/server/g_damage.qh index a4cc95f89..b9f1ba291 100644 --- a/qcsrc/server/g_damage.qh +++ b/qcsrc/server/g_damage.qh @@ -53,8 +53,6 @@ float damage_gooddamage; .float istypefrag; .float taunt_soundtime; -float IsFlying(entity a); - void UpdateFrags(entity player, float f); // NOTE: f=0 means still count as a (positive) kill, but count no frags for it