X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Ftuba.qc;h=66ea8f7b5165151bdb4040bb01883068dd452bf1;hb=2e4b6fcb1aec544934a31bd49bba5eeecaffbf86;hp=d1c86de307e208ffd216f4d74d0c39a2880919cb;hpb=784ed7e054583264723e7638b3f6817a87cf3de7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/weapon/tuba.qc b/qcsrc/common/weapons/weapon/tuba.qc index d1c86de30..66ea8f7b5 100644 --- a/qcsrc/common/weapons/weapon/tuba.qc +++ b/qcsrc/common/weapons/weapon/tuba.qc @@ -253,8 +253,8 @@ int W_Tuba_GetNote(entity pl, int hittype) return note; } -bool W_Tuba_NoteSendEntity(entity to, int sf) -{SELFPARAM(); +bool W_Tuba_NoteSendEntity(entity this, entity to, int sf) +{ int f; msg_entity = to;