Fix an unrelated editor regression.
This commit is contained in:
@@ -225,6 +225,7 @@ namespace OpenRA
|
|||||||
Author = "Your name here",
|
Author = "Your name here",
|
||||||
MapSize = new int2(size),
|
MapSize = new int2(size),
|
||||||
Tileset = tileset.Id,
|
Tileset = tileset.Id,
|
||||||
|
Videos = new MapVideos(),
|
||||||
Options = new MapOptions(),
|
Options = new MapOptions(),
|
||||||
MapResources = Exts.Lazy(() => new CellLayer<ResourceTile>(tileShape, size)),
|
MapResources = Exts.Lazy(() => new CellLayer<ResourceTile>(tileShape, size)),
|
||||||
MapTiles = makeMapTiles,
|
MapTiles = makeMapTiles,
|
||||||
@@ -232,6 +233,7 @@ namespace OpenRA
|
|||||||
Actors = Exts.Lazy(() => new Dictionary<string, ActorReference>()),
|
Actors = Exts.Lazy(() => new Dictionary<string, ActorReference>()),
|
||||||
Smudges = Exts.Lazy(() => new List<SmudgeReference>())
|
Smudges = Exts.Lazy(() => new List<SmudgeReference>())
|
||||||
};
|
};
|
||||||
|
|
||||||
map.PostInit();
|
map.PostInit();
|
||||||
|
|
||||||
return map;
|
return map;
|
||||||
|
|||||||
Reference in New Issue
Block a user