From 129b76d7d2d90c3a791e101435987993ed8b312a Mon Sep 17 00:00:00 2001 From: Tannin Date: Thu, 13 Mar 2014 21:57:11 +0100 Subject: - unpacking bsas during installation no longer overwrites loose files (since the loose files would have taken precedence) --- src/mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index a39a497e..a0af63bd 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3289,7 +3289,8 @@ void MainWindow::testExtractBSA(int modIndex) progress.show(); archive.extractAll(modInfo->absolutePath().toLocal8Bit().constData(), - boost::bind(&MainWindow::extractProgress, this, boost::ref(progress), _1, _2)); + boost::bind(&MainWindow::extractProgress, this, boost::ref(progress), _1, _2), + false); if (result == BSA::ERROR_INVALIDHASHES) { reportError(tr("This archive contains invalid hashes. Some files may be broken.")); -- cgit v1.3.1