Add upgrade rules for Map format 8 -> 9.

This commit is contained in:
Paul Chote
2016-03-02 00:18:09 +00:00
parent 01a14d9ae5
commit 4a7dfb9d4c
2 changed files with 164 additions and 5 deletions

View File

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