mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
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:
@@ -212,7 +212,7 @@ bool writeToFile()
|
||||
return true;
|
||||
}
|
||||
|
||||
void sortRuntimes(bool ascending = false)
|
||||
void sortRuntimes()
|
||||
{
|
||||
string tempRuntime[maxStorage+1];
|
||||
string tempProc[maxStorage+1];
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user