Fix duplicate-conversion crash. Include 3 maps for ra and cnc. Begin new style map preview.

This commit is contained in:
Paul Chote
2010-04-04 01:41:02 +13:00
committed by Bob
parent b135a059ee
commit 6d602b1acb
25 changed files with 417 additions and 364 deletions

View File

@@ -22,7 +22,6 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Reflection;
namespace OpenRA.FileFormats
@@ -204,6 +203,7 @@ namespace OpenRA.FileFormats
writer.Flush();
writer.Close();
File.Delete(filepath);
File.Move(filepath+".tmp",filepath);
}