X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fturrets%2Fsv_turrets.qh;h=edd06bd6db0f846bb793f1d950dbdfd7f4eaa529;hp=c5a3728d134cf20b1e2f068dc803ff943b647cad;hb=acddeee8ad8acd0099fdd25d5049e302d6246f24;hpb=641c47df604de42c11c68a7d80813b29affcefb2 diff --git a/qcsrc/common/turrets/sv_turrets.qh b/qcsrc/common/turrets/sv_turrets.qh index c5a3728d1..edd06bd6d 100644 --- a/qcsrc/common/turrets/sv_turrets.qh +++ b/qcsrc/common/turrets/sv_turrets.qh @@ -8,7 +8,6 @@ entity turret_select_target(entity this); // turret fields .float ticrate; // interal ai think rate -.vector aim_idle; // where to aim while idle .entity tur_head; // top part of the turret .entity tur_defend; // defend this entity .vector tur_shotorg; // shot origin @@ -95,6 +94,8 @@ bool turret_initialize(entity this, Turret tur); .entity pathcurrent; +.entity pathgoal; + float turret_count; // debugging