]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/turrets/turret/hellion.qc
Add missing SELFPARAM()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / turret / hellion.qc
index dc256e98722b4ca814f704161d572e61e9c25938..3eec587b20790403d207ee0df9b3b9f7f3ed635b 100644 (file)
@@ -26,8 +26,9 @@ REGISTER_TURRET(HELLION, NEW(Hellion));
 
 spawnfunc(turret_hellion) { if (!turret_initialize(TUR_HELLION)) remove(self); }
 
-METHOD(Hellion, tr_think, void(Hellion thistur))
+METHOD(Hellion, tr_think, void(Hellion thistur, entity it))
 {
+    SELFPARAM();
     if (self.tur_head.frame != 0)
         self.tur_head.frame += 1;