Remove a pile of duplication on mcv undeploy

This commit is contained in:
Paul Chote
2010-07-30 20:36:04 +12:00
parent 119f85dbf4
commit bde16e4e15
8 changed files with 52 additions and 122 deletions

View File

@@ -71,7 +71,7 @@ namespace OpenRA.Mods.RA
if (self.traits.Contains<Unit>())
self.QueueActivity(new Turn(Info.Facing));
self.QueueActivity(new TransformIntoActor(Info.IntoActor, Info.Offset, Info.TransformSounds));
self.QueueActivity(new Transform(self, Info.IntoActor, Info.Offset, Info.Facing, Info.TransformSounds));
}
}