Rename some settings

This commit is contained in:
Paul Chote
2010-08-24 19:45:36 +12:00
parent 1143f496db
commit c3b3947b9d
14 changed files with 66 additions and 68 deletions

View File

@@ -19,7 +19,7 @@ namespace OpenRA.Widgets
public TimerWidget ()
{
IsVisible = () => Game.Settings.Debug.ShowGameTimer;
IsVisible = () => Game.Settings.Game.MatchTimer;
}
public override void DrawInner(World world)