Make map saving independent of Container type. Saving zip/oramap/mix untested as the editor cannot load non-folder maps.

This commit is contained in:
Paul Chote
2010-12-29 11:39:26 +13:00
parent fa36c71023
commit c3ff679f3a
8 changed files with 73 additions and 81 deletions

View File

@@ -175,7 +175,8 @@ namespace OpenRA.TilesetBuilder
}
tileset.Save(Path.Combine(dir, tilesetFile));
PackageWriter.CreateMix(Path.Combine(dir, mixFile),fileList);
throw new NotImplementedException("NotI");
//PackageWriter.CreateMix(Path.Combine(dir, mixFile),fileList);
// Cleanup
foreach (var file in fileList)