X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fturrets%2Fturret%2Fphaser.qc;h=edfa88f521c867870b38fabf4f915d2afc6bfa09;hb=068324d293df795dbc41de75f38256b8c6c35607;hp=24a476c03223127a6c43a581f727c8fd7bf70fd4;hpb=09dd62bfe9825f234670de0409a129c636833c5e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/turrets/turret/phaser.qc b/qcsrc/common/turrets/turret/phaser.qc index 24a476c03..edfa88f52 100644 --- a/qcsrc/common/turrets/turret/phaser.qc +++ b/qcsrc/common/turrets/turret/phaser.qc @@ -26,7 +26,7 @@ REGISTER_TURRET(PHASER, NEW(PhaserTurret)); spawnfunc(turret_phaser) { if (!turret_initialize(TUR_PHASER)) remove(self); } -METHOD(PhaserTurret, tr_think, void(PhaserTurret thistur)) +METHOD(PhaserTurret, tr_think, void(PhaserTurret thistur, entity it)) { if (self.tur_head.frame != 0) {