diff --git a/Runtime Condenser/Main.cpp b/Runtime Condenser/Main.cpp index 8cac25281ab..bfae67dbe1e 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 abde7e0a1c1..bffc82e107a 100644 Binary files a/Runtime Condenser/RuntimeCondenser.exe and b/Runtime Condenser/RuntimeCondenser.exe differ