]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix "hack" :P
authorSamual Lenks <samual@xonotic.org>
Tue, 31 Dec 2013 12:30:42 +0000 (07:30 -0500)
committerSamual Lenks <samual@xonotic.org>
Tue, 31 Dec 2013 12:30:42 +0000 (07:30 -0500)
qcsrc/server/t_items.qh
qcsrc/server/weapons/csqcprojectile.qc

index c787d631aef012f66383118f02813cb437514458..fcf1cb4eebe094d655c4d0bbea1367087453b2ee 100644 (file)
@@ -80,6 +80,9 @@ void Item_FindTeam();
 // TODO: perhaps nice special effect?
 void RemoveItem(void); // WEAPONTODO
 
+float ItemSend(entity to, float sf);
+void ItemUpdate(entity item);
+
 // pickup evaluation functions
 // these functions decide how desirable an item is to the bots
 
index 4d208ebda808341f778f242ba0135d7255bd29d9..11daf4cc22ac8598a413b2d926f2f5b5e520ca2e 100644 (file)
@@ -85,10 +85,6 @@ void CSQCProjectile(entity e, float clientanimate, float type, float docull)
        e.csqcprojectile_type = type;
 }
 
-// FIXME HACK
-float ItemSend(entity to, float sf);
-void ItemUpdate(entity item);
-// END HACK
 void UpdateCSQCProjectile(entity e)
 {
        if(e.SendEntity == CSQCProjectile_SendEntity)