map format change: move mapactor Type onto header line
This commit is contained in:
@@ -131,7 +131,8 @@ namespace OpenRA.FileFormats
|
||||
else
|
||||
{
|
||||
foreach (var kv in yaml["Actors"].Nodes)
|
||||
{
|
||||
{
|
||||
kv.Value.Nodes.Add( "Type", new MiniYaml( kv.Value.Value ) );
|
||||
var a = new ActorReference(kv.Key, kv.Value);
|
||||
Actors.Add(a.Id, a);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user