This commit is contained in:
codeimp 2008-10-25 15:55:00 +00:00
parent abc2bab6e1
commit 00bf885d5e
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
// Constructor
public CheckLineReferences()
{
// Total progress is done when all things are checked
// Total progress is done when all lines are checked
SetTotalProgress(General.Map.Map.Linedefs.Count);
}

View file

@ -51,7 +51,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
// Constructor
public CheckOverlappingLines()
{
// Total progress is done when all things are checked
// Total progress is done when all lines are checked
SetTotalProgress(General.Map.Map.Linedefs.Count);
}