summaryrefslogtreecommitdiff
path: root/ZAPD/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/Main.cpp')
-rw-r--r--ZAPD/Main.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/ZAPD/Main.cpp b/ZAPD/Main.cpp
index a388087..f5fc1f7 100644
--- a/ZAPD/Main.cpp
+++ b/ZAPD/Main.cpp
@@ -68,6 +68,9 @@ ZVtx vtx(nullptr);
#include "ZRoom/ZRoom.h"
ZRoom room(nullptr);
+
+#include "ZPointer.h"
+ZPointer pointer(nullptr);
// Linker Hacks End
#include "ZFile.h"
@@ -600,7 +603,7 @@ int HandleExtract(ZFileMode fileMode, ExporterSet* exporterSet)
auto start = std::chrono::steady_clock::now();
int fileListSize = fileList.size();
- Globals::Instance->singleThreaded = false;
+ Globals::Instance->singleThreaded = true;
for (int i = 0; i < fileListSize; i++)
Globals::Instance->workerData[i] = new FileWorker();