Rename MapGridType.Rectangle to MapGridType.Rectangular

This commit is contained in:
Pavel Penev
2015-10-01 00:52:20 +03:00
parent bb3aea338a
commit 0e417a3cf3
9 changed files with 13 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ namespace OpenRA
public MPos ToMPos(MapGridType gridType)
{
if (gridType == MapGridType.Rectangle)
if (gridType == MapGridType.Rectangular)
return new MPos(X, Y);
// Convert from diamond cell (x, y) position to rectangular map position (u, v)