Remove unused legacy IsWater flag

This was planned anyway, we had just forgotten about it when the last blocker was removed.
This commit is contained in:
reaperrr
2018-02-22 02:11:44 +01:00
committed by abcdefg30
parent 08ad7d7f4e
commit 9107ca3bc1
14 changed files with 11 additions and 15 deletions

View File

@@ -62,7 +62,6 @@ namespace OpenRA
public readonly string Type;
public readonly HashSet<string> TargetTypes = new HashSet<string>();
public readonly HashSet<string> AcceptsSmudgeType = new HashSet<string>();
public readonly bool IsWater = false; // TODO: Remove this
public readonly Color Color;
public readonly bool RestrictPlayerColor = false;
public readonly string CustomCursor;