X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fall.qh;h=0be413f0fb0071fad8974f2022e50cea7a1bf838;hp=43398e6a5de5b539b9c9cea2b2bf187e10e63fcf;hb=139a594d29f65508e5d6001e90d4ee4fad82ca66;hpb=e757068f0bf4ce3c5b29c9e52f251b39a4ef7470 diff --git a/qcsrc/common/weapons/all.qh b/qcsrc/common/weapons/all.qh index 43398e6a5..0be413f0f 100644 --- a/qcsrc/common/weapons/all.qh +++ b/qcsrc/common/weapons/all.qh @@ -384,6 +384,13 @@ ENUMCLASS_END(WFRAME) vector shotorg_adjust_values(vector vecs, bool y_is_right, bool visual, int algn); void CL_WeaponEntity_SetModel(entity this, string name, bool _anim); +#ifdef CSQC +bool cvar_cl_accuracy_data_share; +REPLICATE(cvar_cl_accuracy_data_share, bool, "cl_accuracy_data_share"); +bool cvar_cl_accuracy_data_receive; +REPLICATE(cvar_cl_accuracy_data_receive, bool, "cl_accuracy_data_receive"); +#endif + #ifdef SVQC void wframe_send(entity actor, entity weaponentity, vector a, bool restartanim); #endif