Removed an unused parameter from the runtime condenser. The executable should now run independent of VisualStudio and MinGW (let me know if it doesn't)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4087 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-07-16 11:02:52 +00:00
parent 5ff819f204
commit a4de35c932
2 changed files with 1 additions and 1 deletions

View File

@@ -212,7 +212,7 @@ bool writeToFile()
return true;
}
void sortRuntimes(bool ascending = false)
void sortRuntimes()
{
string tempRuntime[maxStorage+1];
string tempProc[maxStorage+1];