Add lint test for invalid map tiles.
This commit is contained in:
committed by
Matthias Mailänder
parent
989800efff
commit
2518a353af
@@ -23,6 +23,8 @@ namespace OpenRA
|
||||
}
|
||||
|
||||
public override int GetHashCode() { return Type.GetHashCode() ^ Index.GetHashCode(); }
|
||||
|
||||
public override string ToString() { return Type + "," + Index; }
|
||||
}
|
||||
|
||||
public struct ResourceTile
|
||||
|
||||
Reference in New Issue
Block a user