X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Ftuba.qc;h=688152e0a4275e9a53841e597818817e2b929437;hp=46c4095112046f0dedd1edd140d6214bcae8245c;hb=d5e16200b8442af1bbb9fc426b22e453035fa2f6;hpb=020203bfc55c480b73af2611bea0f0198b4fd314 diff --git a/qcsrc/common/weapons/weapon/tuba.qc b/qcsrc/common/weapons/weapon/tuba.qc index 46c409511..688152e0a 100644 --- a/qcsrc/common/weapons/weapon/tuba.qc +++ b/qcsrc/common/weapons/weapon/tuba.qc @@ -379,7 +379,7 @@ void W_Tuba_NoteOn(float hittype) self.BUTTON_ATCK2 = 1; } } - METHOD(Tuba, wr_think, void(entity thiswep, entity actor, int fire)) + METHOD(Tuba, wr_think, void(entity thiswep, entity actor, int slot, int fire)) { if(fire & 1) if(weapon_prepareattack(thiswep, actor, false, WEP_CVAR(tuba, refire)))