Replace CenterLocationInit -> CenterPositionInit.

This commit is contained in:
Paul Chote
2013-09-21 11:46:57 +12:00
parent 4df9fc1acc
commit 27e4bbf1cb
3 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ namespace OpenRA.Mods.RA
{
new ParentActorInit(self),
new LocationInit(self.Location),
new CenterLocationInit(self.CenterLocation),
new CenterPositionInit(self.CenterPosition),
new OwnerInit(self.Owner),
new SkipMakeAnimsInit()
};