format TODO: uniformly to auto-generate task list in MonoDevelop
This commit is contained in:
@@ -27,7 +27,7 @@ namespace OpenRA.Mods.RA
|
||||
|
||||
public Color RadarColorOverride(Actor self)
|
||||
{
|
||||
// todo: why is making this half-opaque conflated with hiding the actor from non-allies?
|
||||
// TODO: why is making this half-opaque conflated with hiding the actor from non-allies?
|
||||
return Color.FromArgb(128, self.Owner.ColorRamp.GetColor(0));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user