summaryrefslogtreecommitdiff
path: root/ZAPD/Main.cpp
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2023-10-28 01:06:21 -0400
committerlouist103 <35883445+louist103@users.noreply.github.com>2023-10-28 01:06:21 -0400
commit5934e4e0772eb910536e566728e14d3537d8e412 (patch)
treee4065cf06b22a4e2ec1f6da2a4e99568f3c86246 /ZAPD/Main.cpp
parentcc8bd2fd01672446bb2f4613f402f2310f5ce62d (diff)
MM
Diffstat (limited to 'ZAPD/Main.cpp')
-rw-r--r--ZAPD/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/Main.cpp b/ZAPD/Main.cpp
index f5fc1f7..862ace1 100644
--- a/ZAPD/Main.cpp
+++ b/ZAPD/Main.cpp
@@ -603,7 +603,7 @@ int HandleExtract(ZFileMode fileMode, ExporterSet* exporterSet)
auto start = std::chrono::steady_clock::now();
int fileListSize = fileList.size();
- Globals::Instance->singleThreaded = true;
+ Globals::Instance->singleThreaded = false;
for (int i = 0; i < fileListSize; i++)
Globals::Instance->workerData[i] = new FileWorker();