Add upgrade rules for Map format 9 -> 10.

This commit is contained in:
Paul Chote
2016-02-27 18:20:26 +00:00
parent 9c4dd54fa3
commit c58520e41b
2 changed files with 90 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ namespace OpenRA
public class Map : IReadOnlyFileSystem
{
public const int SupportedMapFormat = 9;
public const int SupportedMapFormat = 10;
public const int MaxTilesInCircleRange = 50;
public readonly MapGrid Grid;