]> de.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 22adc649b2e2504300d1d8bf3f388fb7e9c0a521..b3c7df645e26c247e6332b23987b7b09ae683fd4 100644 (file)
@@ -3,6 +3,8 @@
 #include <common/weapons/_all.qh>
 #include <common/stats.qh>
 
+bool autocvar_g_weapon_throwable;
+
 .float savenextthink;
 void thrown_wep_think(entity this);