StyleCop clean LintBuildable

This commit is contained in:
Matthias Mailänder
2013-08-19 21:01:44 +02:00
parent bd0e29d274
commit 099aed6e14

View File

@@ -24,6 +24,7 @@ namespace OpenRA.Mods.RA
.WithInterface<ProvidesCustomPrerequisiteInfo>()
.Select(p => p.Prerequisite))).ToArray();
// TODO: this check is case insensitive while the real check in-game is not
foreach (var i in Rules.Info)
{
var bi = i.Value.Traits.GetOrDefault<BuildableInfo>();