]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qh
Cleanup ammofield stuff some more, fix handling in mutator_nix
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qh
index 0b9165c8ce519971fc2a431d21bf7175f50c016e..c787d631aef012f66383118f02813cb437514458 100644 (file)
@@ -50,8 +50,6 @@ float have_pickup_item(void);
 #define ITEM_RESPAWNTIME_INITIAL(i) (ITEM_RESPAWN_TICKS + random() * ((i).respawntime + (i).respawntimejitter - ITEM_RESPAWN_TICKS))
        // range: 10 .. respawntime + respawntimejitter
 
-string Item_CounterFieldName(float it);
-
 .float max_armorvalue;
 .float pickup_anyway;