]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/weapons/projectile.qh
Purge autocvars.qh from the client-side codebase, cvars are defined in the headers...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / weapons / projectile.qh
index 0686c058257ee51e6c2252122e422330732e19a5..b3cfd3e9b1455711c05749b8f39085548ef7149a 100644 (file)
@@ -2,6 +2,8 @@
 
 #include <common/sounds/sound.qh>
 
+bool autocvar_cl_projectiles_sloppy;
+
 entityclass(Projectile);
 classfield(Projectile).int traileffect;