fixed #996 -- Rules.InstalledMusic

This commit is contained in:
Chris Forbes
2011-07-08 21:25:43 +12:00
committed by Paul Chote
parent 1a2dc8ec1c
commit 99b8c765c7
2 changed files with 6 additions and 11 deletions

View File

@@ -48,5 +48,7 @@ namespace OpenRA
var yy = y.ToDictionary( x => x.Key, x => x.Value );
return y.ToDictionary(kv => kv.Key.ToLowerInvariant(), kv => f(kv, yy));
}
public static IEnumerable<KeyValuePair<string,MusicInfo>> InstalledMusic { get { return Music.Where( m => m.Value.Exists ); } }
}
}