]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/effects/qc/damageeffects.qh
Purge autocvars.qh from the client-side codebase, cvars are defined in the headers...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / effects / qc / damageeffects.qh
index 3629639c21b4a4ac4941126f02a689d6f9ccd7a3..1e02e70aaeddba7e1a2d0d85a8bac9922c26e7d2 100644 (file)
@@ -7,6 +7,14 @@
 #include <common/vehicles/all.qh>
 #include <common/weapons/_all.qh>
 
+int autocvar_cl_damageeffect;
+float autocvar_cl_damageeffect_ticrate;
+float autocvar_cl_damageeffect_bones;
+bool autocvar_cl_damageeffect_distribute;
+float autocvar_cl_damageeffect_lifetime;
+float autocvar_cl_damageeffect_lifetime_min;
+float autocvar_cl_damageeffect_lifetime_max;
+
 int w_deathtype;
 float w_issilent, w_random;
 vector w_org, w_backoff;