rename NewUnitInfo -> ActorInfo

This commit is contained in:
Chris Forbes
2010-01-17 10:00:46 +13:00
parent a2e1fe3d4f
commit a3ab1d77e7
9 changed files with 15 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ namespace OpenRa.Traits
return null;
}
public override int2? CreationLocation(Actor self, NewUnitInfo producee)
public override int2? CreationLocation(Actor self, ActorInfo producee)
{
return FindAdjacentTile(self, producee.Traits.Get<OwnedActorInfo>().WaterBound ?
UnitMovementType.Float : UnitMovementType.Wheel); /* hackety hack */