Account for bibs in ActorPreviews.

This commit is contained in:
Paul Chote
2015-04-03 21:11:54 +01:00
parent 56bf0f36a8
commit 1256ddc6a6
2 changed files with 50 additions and 2 deletions

View File

@@ -169,7 +169,8 @@ namespace OpenRA.Mods.Common.Orders
{
var td = new TypeDictionary()
{
new RaceInit(race)
new RaceInit(race),
new HideBibPreviewInit()
};
var init = new ActorPreviewInitializer(rules.Actors[building], producer.Owner, wr, td);