Remove "Fake" tag.

This commit is contained in:
Paul Chote
2015-12-13 14:48:16 +00:00
parent 372bbaf7b6
commit ef2f9cbafa
7 changed files with 19 additions and 27 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenRA.Traits
// depends on the order of pips in WorldRenderer.cs!
public enum PipType { Transparent, Green, Yellow, Red, Gray, Blue, Ammo, AmmoEmpty }
public enum TagType { None, Fake, Primary }
public enum TagType { None, Primary }
[Flags]
public enum Stance