Fix editor

This commit is contained in:
Paul Chote
2010-10-16 12:06:29 +13:00
parent b64dcbf502
commit fc07f90f91
3 changed files with 3 additions and 3 deletions

View File

@@ -183,6 +183,8 @@ namespace OpenRA
public void Save(string filepath)
{
// Todo: save to a zip file in the support dir by default
Package = new Folder(filepath);
MapFormat = 3;
var root = new List<MiniYamlNode>();