planes return to base after attacking
This commit is contained in:
@@ -139,7 +139,7 @@ namespace OpenRa.Game.Traits
|
||||
|
||||
public static IActivity SequenceActivities(params IActivity[] acts)
|
||||
{
|
||||
return acts.Reverse().Aggregate((IActivity)null,
|
||||
return acts.Reverse().Aggregate(
|
||||
(next, a) => { a.NextActivity = next; return a; });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user