]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/throwing.qh
Purge autocvars.qh from the codebase, cvars are defined in the headers of the feature...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / throwing.qh
index 8ebd4080ca172b6edbac7676eafa268a52bc0e24..b3c7df645e26c247e6332b23987b7b09ae683fd4 100644 (file)
@@ -2,7 +2,8 @@
 
 #include <common/weapons/_all.qh>
 #include <common/stats.qh>
-#include <server/miscfunctions.qh>
+
+bool autocvar_g_weapon_throwable;
 
 .float savenextthink;
 void thrown_wep_think(entity this);