Remove hardcoded references to FacingInit and TurretFacingInit.
This commit is contained in:
committed by
RoosterDragon
parent
2a2bd676a3
commit
fdafbd9f15
@@ -104,8 +104,6 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
}
|
||||
|
||||
var td = new TypeDictionary();
|
||||
td.Add(new FacingInit(92));
|
||||
td.Add(new TurretFacingInit(92));
|
||||
td.Add(new OwnerInit(selectedOwner.Name));
|
||||
td.Add(new FactionInit(selectedOwner.Faction));
|
||||
foreach (var api in actor.TraitInfos<IActorPreviewInitInfo>())
|
||||
|
||||
Reference in New Issue
Block a user