diff --git a/Runtime Condenser/Main.cpp b/Runtime Condenser/Main.cpp index 8cac25281a..bfae67dbe1 100644 --- a/Runtime Condenser/Main.cpp +++ b/Runtime Condenser/Main.cpp @@ -212,7 +212,7 @@ bool writeToFile() return true; } -void sortRuntimes(bool ascending = false) +void sortRuntimes() { string tempRuntime[maxStorage+1]; string tempProc[maxStorage+1]; diff --git a/Runtime Condenser/RuntimeCondenser.exe b/Runtime Condenser/RuntimeCondenser.exe index abde7e0a1c..bffc82e107 100644 Binary files a/Runtime Condenser/RuntimeCondenser.exe and b/Runtime Condenser/RuntimeCondenser.exe differ