Allow map-placed frozen actors to start revealed.

This commit is contained in:
Paul Chote
2013-08-04 11:41:24 +12:00
parent cc5390c289
commit 136ddf1697
2 changed files with 19 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ namespace OpenRA.Mods.RA
{
var td = new TypeDictionary
{
new ParentActorInit(self),
new LocationInit(self.Location),
new CenterLocationInit(self.CenterLocation),
new OwnerInit(self.Owner),