X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fw_fireball.qc;h=112b6524eade596d0601257b7507cd508a4ca006;hb=c14f2b067c9ab0b4fb8a5b7805c8679be61f1fe0;hp=7bb5ccb66c7ebf97e2c9588739eca324b74c65a9;hpb=9c09a961b8674e3a808889d3f34d71855018d3bc;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/w_fireball.qc b/qcsrc/common/weapons/w_fireball.qc index 7bb5ccb66..112b6524e 100644 --- a/qcsrc/common/weapons/w_fireball.qc +++ b/qcsrc/common/weapons/w_fireball.qc @@ -213,7 +213,7 @@ void W_Fireball_Attack1(void) CSQCProjectile(proj, true, PROJECTILE_FIREBALL, true); - other = proj; MUTATOR_CALLHOOK(EditProjectile); + MUTATOR_CALLHOOK(EditProjectile, self, proj); } void W_Fireball_AttackEffect(float i, vector f_diff) @@ -344,7 +344,7 @@ void W_Fireball_Attack2(void) CSQCProjectile(proj, true, PROJECTILE_FIREMINE, true); - other = proj; MUTATOR_CALLHOOK(EditProjectile); + MUTATOR_CALLHOOK(EditProjectile, self, proj); } bool W_Fireball(int req)