tweak; save a bit of memory

This commit is contained in:
Chris Forbes
2011-03-02 22:18:16 +13:00
parent 036800531c
commit 770dbcee52

View File

@@ -33,9 +33,9 @@ namespace OpenRA.Mods.RA
.Any();
base.Tick(self);
}
ActorInfo[] None = new ActorInfo[]{};
}
static ActorInfo[] None = { };
public override IEnumerable<ActorInfo> AllItems()
{
return QueueActive ? base.AllItems() : None;