Nicer tooltips

This commit is contained in:
Paul Chote
2010-06-30 19:02:37 +12:00
parent 51079f0876
commit e5ce9196fa
5 changed files with 42 additions and 30 deletions

View File

@@ -145,7 +145,7 @@ namespace OpenRA.Widgets.Delegates
bool CycleRace(MouseInput mi)
{
var countries = new[] { "Random" }.Concat(Game.world.GetCountries().Select(c => c.Name));
var countries = new[] { "Random" }.Concat(Game.world.GetCountries().Select(c => c.Race));
if (mi.Button == MouseButton.Right)
countries = countries.Reverse();