X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Fporto.qh;h=a77093944b6e0fbab37bb5ca42aafc5eacc39174;hp=93b3a6e9f7da4d73251da4dd731ab1810390227c;hb=62d736d8c3a51baf5fa3a4265e39a2b773704a91;hpb=b945d959784e5b249c66aea4f3326d8ae048f1cd diff --git a/qcsrc/common/weapons/weapon/porto.qh b/qcsrc/common/weapons/weapon/porto.qh index 93b3a6e9f..a77093944 100644 --- a/qcsrc/common/weapons/weapon/porto.qh +++ b/qcsrc/common/weapons/weapon/porto.qh @@ -44,4 +44,6 @@ SPAWNFUNC_WEAPON(weapon_porto, WEP_PORTO) .float porto_v_angle_held; .vector right_vector; .float porto_forbidden; + +void W_Porto_Fail(entity this, float failhard); #endif