Skip to content

Commit ac5bf9d

Browse files
committed
no SDK in this version
1 parent f45057f commit ac5bf9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Patcher/Patcher/MainWindow.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ private void patcherWorker_DoWork(object sender, DoWorkEventArgs e) //the main f
429429
}
430430
}
431431

432+
/*
432433
if (!(System.IO.File.Exists(outputDir.FullName + @"\Binaries\Win32\binkw23.dll"))) //if the patch is not already installed
433434
{
434435
patcherWorker.ReportProgress(45); //set loadingprogress to 45%
@@ -440,6 +441,7 @@ private void patcherWorker_DoWork(object sender, DoWorkEventArgs e) //the main f
440441
System.IO.File.Copy(@"bin\bink32.dll", outputDir.FullName + @"\Binaries\Win32\binkw32.dll", true); //copy patched dll to win32 - overwrite
441442
CopyFilesRecursively(iPlugins, oPlugins); //copy plugins to borderlands
442443
}
444+
*/
443445

444446
patcherWorker.ReportProgress(50); //set loadingprogress to 50%
445447
// -- RENAME UPK AND DECOMPRESSEDSIZE --

0 commit comments

Comments
 (0)