]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/turrets/turret/phaser.qc
Merge branch 'terencehill/lms_itemtimes_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / turret / phaser.qc
index 24a476c03223127a6c43a581f727c8fd7bf70fd4..edfa88f521c867870b38fabf4f915d2afc6bfa09 100644 (file)
@@ -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)
     {