1
0
forked from 0ad/0ad
Issue found:
https://wildfiregames.com/forum/topic/82754-alpha-26-pre-releaserelease-candidate-build-testing/?do=findComment&comment=513199.
The issue introduced is significantly worse than the stuff it fixed.

This was SVN commit r27034.
This commit is contained in:
Freagarach 2022-08-08 07:14:18 +00:00
parent 759aa333a5
commit 96d33e02e4

View File

@ -5044,9 +5044,6 @@ UnitAI.prototype.RespondToTargetedEntities = function(ents)
if (!ents.length)
return false;
if (this.IsFormationMember())
return Engine.QueryInterface(this.GetFormationController(), IID_UnitAI).RespondToTargetedEntities(ents);
if (this.GetStance().respondChase)
return this.AttackVisibleEntity(ents);