X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fweapons%2Fthrowing.qh;h=c09a8f88296c4da90d6743e686d960513f5692be;hb=71e6c75bc408ae5a116f296797c49c0cef7be113;hp=9dd70a67b0a000224c0a18f72cca03b8683a3730;hpb=b38e2bae0a50554f26bf5af1fbd0e70b97cc0c71;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/weapons/throwing.qh b/qcsrc/server/weapons/throwing.qh index 9dd70a67b..c09a8f882 100644 --- a/qcsrc/server/weapons/throwing.qh +++ b/qcsrc/server/weapons/throwing.qh @@ -8,3 +8,5 @@ float W_IsWeaponThrowable(float w); // toss current weapon void W_ThrowWeapon(vector velo, vector delta, float doreduce); + +void SpawnThrownWeapon(vector org, float w);