]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/turrets/turret/hellion.qc
Turrets: prepare for upgrade
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / turret / hellion.qc
index 9efae2d968342ba31ae5642313512334359660c5..6b0393057eaeb79f5efbe4e011b87c35efad7f63 100644 (file)
@@ -81,7 +81,7 @@ void turret_hellion_missile_think()
 
 void spawnfunc_turret_hellion() { SELFPARAM(); if(!turret_initialize(TUR_HELLION.m_id)) remove(self); }
 
-float t_hellion(float req)
+float t_hellion(Turret thistur, float req)
 {SELFPARAM();
     switch(req)
     {
@@ -140,7 +140,7 @@ float t_hellion(float req)
 
 #endif // SVQC
 #ifdef CSQC
-float t_hellion(float req)
+float t_hellion(Turret thistur, float req)
 {
     switch(req)
     {