moved most render bits to ra

This commit is contained in:
Chris Forbes
2010-05-20 19:09:48 +12:00
parent b0d2bf2e51
commit 1d0848466f
21 changed files with 55 additions and 36 deletions

View File

@@ -62,6 +62,8 @@ namespace OpenRA.Traits
Sound.PlayToPlayer(order.Player, s, building.CenterLocation);
}
/* todo: reimpl this properly */
var facts = w.Queries.OwnedBy[self.Owner]
.WithTrait<ConstructionYard>().Select(x => x.Actor);