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

@@ -42,7 +42,7 @@ namespace OpenRA
public void Draw( World world )
{
if (Game.Settings.Debug.UnitDebug)
if (Game.Settings.Debug.ShowCollisions)
{
var uim = world.WorldActor.Trait<UnitInfluence>();