X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fall.qh;h=26b40084bfe82b4013862d1d6c4fae03621c74ff;hb=b137896768ee22017cd43bf7614b8c01f99acd9c;hp=131e7b49efa03a21044d505f157f768cea70ad47;hpb=11fa2bc80dec8cfa9c4f071979d4ccb849bf58b7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/all.qh b/qcsrc/common/weapons/all.qh index 131e7b49e..26b40084b 100644 --- a/qcsrc/common/weapons/all.qh +++ b/qcsrc/common/weapons/all.qh @@ -392,6 +392,6 @@ 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); +void wframe_send(entity actor, entity weaponentity, int wepframe, float attackrate, bool restartanim); #endif #endif