]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/t_items.qh
Propagate this
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / t_items.qh
index 1dc79f8cc24266cf9250bf46f9cf81a89d7cb4a0..1eb4b182dee07359b7fd7d0baf8b2948c877071a 100644 (file)
@@ -92,9 +92,8 @@ void Item_Touch();
 
 void Item_Reset(entity this);
 
-void Item_FindTeam();
+void Item_FindTeam(entity this);
 // Savage: used for item garbage-collection
-// TODO: perhaps nice special effect?
 
 bool ItemSend(entity this, entity to, int sf);
 void ItemUpdate(entity this);
@@ -123,7 +122,7 @@ float GiveBit(entity e, .float fld, float bit, float op, float val);
 
 float GiveValue(entity e, .float fld, float op, float val);
 
-void GiveSound(entity e, float v0, float v1, float t, string snd_incr, string snd_decr);
+void GiveSound(entity e, float v0, float v1, float t, Sound snd_incr, Sound snd_decr);
 
 void GiveRot(entity e, float v0, float v1, .float rotfield, float rottime, .float regenfield, float regentime);