]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/throwing.qh
items: replace broken loot think implementation
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / throwing.qh
index b3c7df645e26c247e6332b23987b7b09ae683fd4..afbc51851632648b89cf01c0ff3a3b1c9d2a63ec 100644 (file)
@@ -5,9 +5,6 @@
 
 bool autocvar_g_weapon_throwable;
 
-.float savenextthink;
-void thrown_wep_think(entity this);
-
 // returns amount of ammo used, or -1 for failure, or 0 for no ammo count
 float W_ThrowNewWeapon(entity own, float wpn, float doreduce, vector org, vector velo, .entity weaponentity);