Add upgrade rules for Map format 8 -> 9.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user