Maps as packages. Disable broken map selector.

This commit is contained in:
Paul Chote
2010-04-03 18:33:32 +13:00
committed by Bob
parent fd5539d110
commit 4e0170a437
11 changed files with 81 additions and 63 deletions

View File

@@ -326,8 +326,7 @@ namespace MapConverter
public void Save(string filepath)
{
Map.Tiledata = filepath+".bin";
Map.Save(filepath+".yaml");
Map.Save(filepath);
}
}
}