fix bitrot in cnc and ra

This commit is contained in:
Chris Forbes
2010-07-31 09:36:39 +12:00
parent 3c10d14f60
commit cd40b27357
4 changed files with 3 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ namespace OpenRA.Mods.RA
class TransformsInfo : ITraitInfo
{
[ActorReference]
public readonly string IntoActor;
public readonly string IntoActor = null;
public readonly int2 Offset = int2.Zero;
public readonly int Facing = 96;
public readonly string[] TransformSounds = {};