Use SHA1 for map uids

This commit is contained in:
Paul Chote
2010-04-08 20:41:22 +12:00
committed by Bob
parent f5787476f7
commit 73dc63886a
17 changed files with 52 additions and 31 deletions

View File

@@ -395,8 +395,9 @@ namespace MapConverter
public void Save(string filepath)
{
Directory.CreateDirectory(filepath);
Map.Package = new Folder(filepath);
SavePreviewImage(Path.Combine(filepath,"preview.png"));
Map.UpdateUid();
Map.Save(filepath);
}
}