X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Fhagar.qc;h=433ceefe2958fedc3a003e921deac6813a03988e;hb=da8bf18830fc6ce2af0787e6d326606985b3ad2b;hp=7914c6b798c34c6c9a6e7f90cd2118fc2763a012;hpb=17308b9ad60c2f773be0de39b811a9752e3037af;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/weapon/hagar.qc b/qcsrc/common/weapons/weapon/hagar.qc index 7914c6b79..433ceefe2 100644 --- a/qcsrc/common/weapons/weapon/hagar.qc +++ b/qcsrc/common/weapons/weapon/hagar.qc @@ -73,7 +73,7 @@ void W_Hagar_Explode(entity this) void W_Hagar_Explode_use(entity this, entity actor, entity trigger) { - WITHSELF(this, W_Hagar_Explode(this)); + W_Hagar_Explode(this); } void W_Hagar_Explode2(entity this) @@ -86,7 +86,7 @@ void W_Hagar_Explode2(entity this) void W_Hagar_Explode2_use(entity this, entity actor, entity trigger) { - WITHSELF(this, W_Hagar_Explode2(this)); + W_Hagar_Explode2(this); } void W_Hagar_Damage(entity this, entity inflictor, entity attacker, float damage, int deathtype, vector hitloc, vector force)