]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qh
Items: shift picking up weapons into WeaponPickup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qh
index 0e4da21ed3cfea86a4d4b6c9b8668c7110ad123b..21fb5eb71da7b32da17768955c52044b1272d64f 100644 (file)
@@ -90,7 +90,7 @@ float Item_GiveAmmoTo(entity item, entity player, .float ammotype, float ammomax
 
 float Item_GiveTo(entity item, entity player);
 
-void Item_Touch (void);
+void Item_Touch();
 
 void Item_Reset(entity this);