fixed 796 -- AttackTurreted sets IsAttacking correctly now.

This commit is contained in:
Chris Forbes
2011-05-30 20:14:43 +12:00
parent 24586ac056
commit e24c8971b6

View File

@@ -46,6 +46,7 @@ namespace OpenRA.Mods.RA
{
base.Tick(self);
DoAttack( self, target );
IsAttacking = target.IsValid;
}
public override Activity GetAttackActivity(Actor self, Target newTarget, bool allowMove)