Fix cnc AFLD

This commit is contained in:
Paul Chote
2010-03-25 14:00:25 +13:00
parent dba4859e9a
commit 08f7d58c86
2 changed files with 5 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ namespace OpenRA.Mods.Cnc
{
var a = w.CreateActor("C17", startPos, owner);
var cargo = a.traits.Get<Cargo>();
a.traits.Get<Unit>().Facing = 64;
var newUnit = new Actor(self.World, producee.Name, new int2(0, 0), self.Owner);
cargo.Load(a, newUnit);