]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qh
Update items instantly when they pass through warpzones
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qh
index 718944952c291571dea3257a0114ab84d43463c9..1dc79f8cc24266cf9250bf46f9cf81a89d7cb4a0 100644 (file)
@@ -97,7 +97,9 @@ void Item_FindTeam();
 // TODO: perhaps nice special effect?
 
 bool ItemSend(entity this, entity to, int sf);
-void ItemUpdate(entity item);
+void ItemUpdate(entity this);
+
+void UpdateItemAfterTeleport(entity this);
 
 // pickup evaluation functions
 // these functions decide how desirable an item is to the bots